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 asvetlov, christian.heimes, pitrou, vstinner
Date 2013-08-30.12:29:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The function must take care of fork() in worker threads, too. The isinstance(current_thread(), _MainThread) trick may not work.
History
Date User Action Args
2013-08-30 12:29:27christian.heimessetrecipients: + christian.heimes, pitrou, vstinner, asvetlov
2013-08-30 12:29:27christian.heimessetmessageid: <[email protected]>
2013-08-30 12:29:27christian.heimeslinkissue18882 messages
2013-08-30 12:29:27christian.heimescreate