mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Make type of threading.locals more lenient.
This commit is contained in:
@@ -41,7 +41,7 @@ if sys.version_info < (3,):
|
||||
class ThreadError(Exception): ...
|
||||
|
||||
|
||||
class local: ...
|
||||
class local(Any): ...
|
||||
|
||||
|
||||
class Thread:
|
||||
|
||||
Reference in New Issue
Block a user