-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Race between dict_dealloc
and split_keys_entry_added
under free threading
#130547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Comments
I will take a look :) |
corona10
added a commit
to corona10/cpython
that referenced
this issue
Mar 3, 2025
corona10
added a commit
that referenced
this issue
Mar 4, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Mar 4, 2025
…dded (pythongh-130778) (cherry picked from commit 80e6d3e) Co-authored-by: Donghee Na <[email protected]>
@hawkinsp Fixed, please let us know if this issue is reproduced again, thanks for all the reports from JAX! |
hawkinsp
added a commit
to hawkinsp/jax
that referenced
this issue
Mar 5, 2025
python/cpython#130547 has been marked as fixed and backported to 3.13, so this suppression should no longer be necessary.
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
In the following code it appears we race on the
dk_nentries
of a split keys dict.TSAN report:
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: