mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 20:24:30 +08:00
allow to use RLock in type annotations (#595)
This commit is contained in:
committed by
Guido van Rossum
parent
71042452c7
commit
b0eae4bf46
@@ -106,7 +106,7 @@ class _RLock:
|
||||
def release(self) -> None: ...
|
||||
|
||||
|
||||
def RLock() -> _RLock: ...
|
||||
RLock = _RLock
|
||||
|
||||
|
||||
class Condition:
|
||||
|
||||
Reference in New Issue
Block a user