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
GH-95234 introduced an incorrect condition in the code #96125
Comments
Good catch! |
tiran
added a commit
to tiran/cpython
that referenced
this issue
Aug 19, 2022
tiran
added a commit
to tiran/cpython
that referenced
this issue
Aug 19, 2022
tiran
added a commit
to tiran/cpython
that referenced
this issue
Aug 19, 2022
miss-islington
pushed a commit
that referenced
this issue
Aug 19, 2022
Automerge-Triggered-By: GH:tiran
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 19, 2022
…GH-96126) Automerge-Triggered-By: GH:tiran (cherry picked from commit 822955c16654c22c10a993f5a94bbb68b857a150) Co-authored-by: Christian Heimes <christian@python.org>
pablogsal
pushed a commit
that referenced
this issue
Aug 21, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kanavin commentedAug 19, 2022
In Python/thread.c
|| should be &&.
The text was updated successfully, but these errors were encountered: