Uh oh!
There was an error while loading. Please reload this page.
Temporarily allow the TSan (free-threading) job to fail - #152173
Conversation
StanFromIreland
commented
Jun 25, 2026
Oh, another race-condition in |
test_abc.test_abstractmethod_integration on free-threadingStanFromIreland
commented
Jun 25, 2026
Also blocking various 3.15 backports, e.g. https://github.com/python/cpython/actions/runs/28159079945/job/83394836968?pr=152169. |
vstinner
commented
Jun 25, 2026
The issue is quite serious, it's a real deadlock in the I created #152200 to fix the deadlock. |
StanFromIreland
commented
Jun 25, 2026
vstinner
commented
Jun 25, 2026
I merged a fix instead: #152200. |
vstinner
commented
Jul 7, 2026
I support this chance since there are now at least two known failures in "Sanitizers / TSan (free-threading)" job: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
webknjaz
left a comment
There was a problem hiding this comment.
Other than the possible comment improvement, LGTM.
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
I don't understand well GitHub Action YAML format, but the change looks good to me.
StanFromIreland
commented
Jul 7, 2026
CIFuzz broken because of |
vstinner
commented
Jul 7, 2026
Uh oh!
There was an error while loading. Please reload this page.
Thanks @StanFromIreland for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15. |
GH-153268 is a backport of this pull request to the 3.15 branch. |
…on#152173)" This reverts commit 4f39efc.


Uh oh!
There was an error while loading. Please reload this page.