diff --git a/stdlib/threading.pyi b/stdlib/threading.pyi index f68c0d382..653069f35 100644 --- a/stdlib/threading.pyi +++ b/stdlib/threading.pyi @@ -89,6 +89,8 @@ else: "stack_size", ] +_profile_hook: _PF | None + def active_count() -> int: ... def activeCount() -> int: ... # deprecated alias for active_count() def current_thread() -> Thread: ...