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
SimpleQueue.put_nowait() documentation error #90879
Comments
SimpleQueue.put_nowait(item) documentation says it is equivalent to SimpleQueue.put(item) when it's actually equivalent to Simple que.put(item, block=False) |
corona10
pushed a commit
that referenced
this issue
Apr 14, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Apr 14, 2022
(cherry picked from commit 0fc3517) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
miss-islington
added a commit
that referenced
this issue
Apr 14, 2022
miss-islington
added a commit
that referenced
this issue
Apr 14, 2022
hello-adam
pushed a commit
to hello-adam/cpython
that referenced
this issue
Jun 2, 2022
(cherry picked from commit 0fc3517) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
antonycardazzi mannequin commentedFeb 11, 2022
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: