-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
TSan reported race condition in _PyPegen_is_memoized
in test_importlib
#122581
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Comments
colesbury
added
type-bug
An unexpected behavior, bug, or error
3.13
bugs and security fixes
topic-free-threading
3.14
new features, bugs and security fixes
labels
Aug 1, 2024
cc @lysnikolaou, since you were looking at parser thread-safety recently |
lysnikolaou
added a commit
to lysnikolaou/cpython
that referenced
this issue
Aug 5, 2024
lysnikolaou
added a commit
that referenced
this issue
Aug 6, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 6, 2024
…ythonGH-122694) (cherry picked from commit ce0d66c) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
kumaraditya303
pushed a commit
that referenced
this issue
Aug 7, 2024
brandtbucher
pushed a commit
to brandtbucher/cpython
that referenced
this issue
Aug 7, 2024
blhsing
pushed a commit
to blhsing/cpython
that referenced
this issue
Aug 22, 2024
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
new features, bugs and security fixes
topic-free-threading
type-bug
An unexpected behavior, bug, or error
Bug report
I think this is a race on the global
_PyRuntime.parser.memo_statistics
. That's only used in the debug build for stats, so the race isn't particularly dangerous, but we should fix it.Job: https://github.com/python/cpython/actions/runs/10204655178/job/28233674832?pr=122577
Full log archive: https://gist.github.com/colesbury/bfd65049b17505fcae64f5afd3ed388e
Linked PRs
The text was updated successfully, but these errors were encountered: