-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Argument name mismatch in _thread.lock.acquire() docs #96448
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
docs
Documentation in the Doc dir
Comments
orsenthil
pushed a commit
that referenced
this issue
Oct 4, 2022
* fix documentation for _thread.lock.acquire * update formatting of _thread.lock.acquire() doc
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 4, 2022
…96449) * fix documentation for _thread.lock.acquire * update formatting of _thread.lock.acquire() doc (cherry picked from commit 7acb93f) Co-authored-by: Daniel Giger <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Oct 4, 2022
…96449) * fix documentation for _thread.lock.acquire * update formatting of _thread.lock.acquire() doc (cherry picked from commit 7acb93f) Co-authored-by: Daniel Giger <[email protected]>
orsenthil
pushed a commit
that referenced
this issue
Oct 4, 2022
#97851) gh-96448: fix documentation for _thread.lock.acquire (GH-96449) * fix documentation for _thread.lock.acquire * update formatting of _thread.lock.acquire() doc (cherry picked from commit 7acb93f) Co-authored-by: Daniel Giger <[email protected]> Co-authored-by: Daniel Giger <[email protected]>
orsenthil
pushed a commit
that referenced
this issue
Oct 4, 2022
#97852) gh-96448: fix documentation for _thread.lock.acquire (GH-96449) * fix documentation for _thread.lock.acquire * update formatting of _thread.lock.acquire() doc (cherry picked from commit 7acb93f) Co-authored-by: Daniel Giger <[email protected]> Co-authored-by: Daniel Giger <[email protected]>
pablogsal
pushed a commit
that referenced
this issue
Oct 22, 2022
#97851) gh-96448: fix documentation for _thread.lock.acquire (GH-96449) * fix documentation for _thread.lock.acquire * update formatting of _thread.lock.acquire() doc (cherry picked from commit 7acb93f) Co-authored-by: Daniel Giger <[email protected]> Co-authored-by: Daniel Giger <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
The documentation for
_thread.lock.acquire()
says that its first argument is calledwaitflag
, but it's actually calledblocking
.The text was updated successfully, but these errors were encountered: