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
pablogsal
pushed a commit
that referenced
this issue
Aug 21, 2022
|
both merged, looks fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Python/thread.c
|| should be &&.
The text was updated successfully, but these errors were encountered: