[New-bugs-announce] [issue42443] Provide Thread creation hook support

Piotr Stanczyk report at bugs.python.org
Mon Nov 23 10:21:52 EST 2020


New submission from Piotr Stanczyk <stanczyk at google.com>:

For monitoring purposes we would like to have a way of registering newly created Python threads with a runtime. For that reason we ask to add a thread creation hook inside threading.py. There are 2 similar hooks already (_profile_hook and _trace_hook).

----------
messages: 381672
nosy: stanczyk
priority: normal
severity: normal
status: open
title: Provide Thread creation hook support
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42443>
_______________________________________


More information about the New-bugs-announce mailing list