Skip to content

gh-154044: Fix data race on descriptor __qualname__ in FT build - #154691

Merged
kumaraditya303 merged 5 commits into
python:mainfrom
deadlovelll:gh-154044-descr-race
Aug 4, 2026
Merged

gh-154044: Fix data race on descriptor __qualname__ in FT build#154691
kumaraditya303 merged 5 commits into
python:mainfrom
deadlovelll:gh-154044-descr-race

Conversation

@deadlovelll

@deadlovelll deadlovelll commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Fix data race on descriptor __qualname__ in FT build

For more details see gh-154044

Comment thread Objects/descrobject.c Outdated
Comment thread Objects/descrobject.c
Comment thread Lib/test/test_free_threading/test_descr.py Outdated
Comment thread Objects/descrobject.c Outdated
@kumaraditya303

Copy link
Copy Markdown
Contributor

The race is trivial, let's not add such heavy test for it to keep CI time lower.

@deadlovelll

Copy link
Copy Markdown
Contributor Author

The race is trivial, let's not add such heavy test for it to keep CI time lower.

done

Comment thread Objects/descrobject.c Outdated
@kumaraditya303
kumaraditya303 merged commit 2b91da7 into python:main Aug 4, 2026
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants