Uh oh!
There was an error while loading. Please reload this page.
[3.14] gh-154821: Fix data races when setting attributes of function objects - #154831
Merged
kumaraditya303 merged 1 commit intoJul 29, 2026
Merged
Conversation
kumaraditya303
marked this pull request as ready for review
July 29, 2026 03:37
Uh oh!
There was an error while loading. Please reload this page.
matthiasgoergens added a commit
to matthiasgoergens/jax
that referenced
this pull request
Aug 8, 2026
race:partial_vectorcall_fallback (python/cpython#128050): the race was fixed on the 3.14 branch on 2026-01-16 (python/cpython#143882, follow-up issue python/cpython#143880), so the suppression is most likely dead. It is retained regardless: the hermetic TSAN CPython tarball the workflow downloads is an unversioned "3.14.x" artefact (declared to Bazel as 3.14.3), so nothing pins which source revision it was built from, and a wrongly removed suppression halts the nightly TSAN suite (halt_on_error=1) while a stale one costs nothing. The annotation records the two conditions under which it can go: provenance pinned to a post-fix revision, or a deliberately triggered green TSAN run without it. race:func_set_name (python/cpython#154821): fixed on the 3.14 branch on 2026-07-29 (python/cpython#154831); same removal condition once a rebuilt tarball contains the fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gen_set_nameandgen_set_qualnamethread-safe in free-threaded builds #133931