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
The documentation for _thread.lock.acquire() says that its first argument is called waitflag, but it's actually called blocking.
_thread.lock.acquire()
waitflag
blocking
The text was updated successfully, but these errors were encountered:
No branches or pull requests
dgiger42 commentedAug 31, 2022
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: