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 christian.heimes
Recipients Glenn.Maynard, christian.heimes, grahamd, neologix, pitrou, tarek, zvezdan
Date 2013-11-25.23:56:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385423813.19.0.389310100448.issue14073@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of years ago I suggested something similar. I'd like to see both thread_start and thread_stop hooks so code can track the creation and destruction of threads. It's a useful feature for e.g. PyLucene or profilers. The callback must be inside the thread and not from the main thread, though.

Perhaps somebody likes to work on a PEP for 3.5?
History
Date User Action Args
2013-11-25 23:56:53christian.heimessetrecipients: + christian.heimes, pitrou, tarek, grahamd, zvezdan, neologix, Glenn.Maynard
2013-11-25 23:56:53christian.heimessetmessageid: <1385423813.19.0.389310100448.issue14073@psf.upfronthosting.co.za>
2013-11-25 23:56:53christian.heimeslinkissue14073 messages
2013-11-25 23:56:52christian.heimescreate