typeshed
typeshed copied to clipboard
Add stubs for `_thread.lock`
Not sure if we still need LockType when we have threading.Lock.. which is identical :thinking:
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉
Looks like this has been fixed by another PR.. https://github.com/python/typeshed/pull/12588