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 harlowja
Recipients harlowja
Date 2015-09-01.19:13:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441134792.06.0.689087897304.issue24980@psf.upfronthosting.co.za>
In-reply-to
Content
In situations where thread-local variables need to be setup it is quite useful to be able to hook into the thread creation process, so that as each new thread is spun up by the ThreadPoolExecutor that the threads created initially call into a provided callback (the callback can then setup thread local state as needed).
History
Date User Action Args
2015-09-01 19:13:12harlowjasetrecipients: + harlowja
2015-09-01 19:13:12harlowjasetmessageid: <1441134792.06.0.689087897304.issue24980@psf.upfronthosting.co.za>
2015-09-01 19:13:12harlowjalinkissue24980 messages
2015-09-01 19:13:11harlowjacreate