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 vstinner
Recipients arcivanov, augustogoulart, pitrou, taleinat, vstinner
Date 2018-11-14.16:02:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542211338.5.0.788709270274.issue33196@psf.upfronthosting.co.za>
In-reply-to
Content
> The bug is, if a user makes an error and passes a Queue from context 'fork' to a child that is spawned using 'spawn', the passed Queue is, for obvious reasons, broken. 

Ok. I rewrote the issue title.
History
Date User Action Args
2018-11-14 16:02:18vstinnersetrecipients: + vstinner, pitrou, taleinat, arcivanov, augustogoulart
2018-11-14 16:02:18vstinnersetmessageid: <1542211338.5.0.788709270274.issue33196@psf.upfronthosting.co.za>
2018-11-14 16:02:18vstinnerlinkissue33196 messages
2018-11-14 16:02:18vstinnercreate