mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Update _thread.pyi for Python3.12 (#10285)
This commit is contained in:
@@ -43,3 +43,6 @@ if sys.version_info >= (3, 8):
|
||||
@property
|
||||
def thread(self) -> Thread | None: ...
|
||||
_excepthook: Callable[[_ExceptHookArgs], Any]
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
def daemon_threads_allowed() -> bool: ...
|
||||
|
||||
Reference in New Issue
Block a user