8000 Add `threading._profile_hook` (#7427) · python/typeshed@342e384 · GitHub
[go: up one dir, main page]

Skip to content

Commit 342e384

Browse files
Add threading._profile_hook (#7427)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 39c8202 commit 342e384

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/threading.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ else:
8989
"stack_size",
9090
]
9191

92+
_profile_hook: _PF | None
93+
9294
def active_count() -> int: ...
9395
def activeCount() -> int: ... # deprecated alias for active_count()
9496
def current_thread() -> Thread: ...

0 commit comments

Comments
 (0)
0