-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Race between _PyObject_GenericGetAttrWithDict and ensure_nonmanaged_dict under free-threading #128100
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
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Comments
I think there are two data races related to this:
|
I think it is worth adding |
colesbury
pushed a commit
that referenced
this issue
Dec 30, 2024
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 8, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 10, 2025
…ttrWithDict` (pythonGH-128297) (cherry picked from commit 47d2cb8) Co-authored-by: Bogdan Romanyuk <[email protected]>
colesbury
pushed a commit
that referenced
this issue
Feb 10, 2025
…AttrWithDict` (GH-128297) (GH-129979) (cherry picked from commit 47d2cb8) Co-authored-by: Bogdan Romanyuk <[email protected]>
Thanks @hawkinsp for the report and @wrongnull for the fix! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
3.14
bugs and security fixes
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Under Python 3.13.1t build with thread-sanitizer:
Get (it may take a few runs):
CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
_PyObject_GenericGetAttrWithDict
(GH-128297) #129979The text was updated successfully, but these errors were encountered: