typeshed icon indicating copy to clipboard operation
typeshed copied to clipboard

Add stubs for `_thread.lock`

Open tomasr8 opened this issue 1 year ago • 2 comments

Not sure if we still need LockType when we have threading.Lock.. which is identical :thinking:

tomasr8 avatar Jul 26 '24 13:07 tomasr8

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 27 '24 17:07 github-actions[bot]

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

github-actions[bot] avatar Jul 27 '24 18:07 github-actions[bot]

Looks like this has been fixed by another PR.. https://github.com/python/typeshed/pull/12588

tomasr8 avatar Sep 01 '24 10:09 tomasr8