This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stanczyk
Recipients stanczyk
Date 2020-11-23.15:21:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606144912.59.0.960330614449.issue42443@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-11-23 15:21:52stanczyksetrecipients: + stanczyk
2020-11-23 15:21:52stanczyksetmessageid: <1606144912.59.0.960330614449.issue42443@roundup.psfhosted.org>
2020-11-23 15:21:52stanczyklinkissue42443 messages
2020-11-23 15:21:52stanczykcreate