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 rhettinger
Recipients davin, djstrong, rhettinger
Date 2017-02-27.09:39:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488188384.1.0.249834484818.issue29658@psf.upfronthosting.co.za>
In-reply-to
Content
Unless I'm misreading what you're trying to do, this doesn't seem like a bug to me.   In general, when combining threading with multiple processes, the rule is to fork first and then launch threads (so that none of the thread ids or locks accidentally get shared across processes).
History
Date User Action Args
2017-02-27 09:39:44rhettingersetrecipients: + rhettinger, davin, djstrong
2017-02-27 09:39:44rhettingersetmessageid: <1488188384.1.0.249834484818.issue29658@psf.upfronthosting.co.za>
2017-02-27 09:39:44rhettingerlinkissue29658 messages
2017-02-27 09:39:43rhettingercreate