mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
threading: fix inheritance (#4072)
This commit is contained in:
@@ -451,8 +451,6 @@ tempfile.SpooledTemporaryFile.__next__
|
||||
tempfile.SpooledTemporaryFile.readable
|
||||
tempfile.SpooledTemporaryFile.seekable
|
||||
tempfile.SpooledTemporaryFile.writable
|
||||
threading.BoundedSemaphore.__enter__
|
||||
threading.BoundedSemaphore.acquire
|
||||
threading.Condition.acquire
|
||||
threading.Condition.release
|
||||
threading.Lock
|
||||
|
||||
Reference in New Issue
Block a user