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 r.david.murray
Recipients aonishuk, gps, r.david.murray
Date 2016-07-04.16:43:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467650601.93.0.247665729412.issue27448@psf.upfronthosting.co.za>
In-reply-to
Content
I presume we don't re-enable gc in the child because if there's an exception it is exiting anyway.

FYI subprocess32, which fixes some other race conditions, shouldn't have this problem, since it is a backport of subprocess from python3, which no longer manipulates the GC.  Unlike the other race that subprocess32 fixes, this one could be fixed in python2, though, if you want to propose a patch.
History
Date User Action Args
2016-07-04 16:43:22r.david.murraysetrecipients: + r.david.murray, gps, aonishuk
2016-07-04 16:43:21r.david.murraysetmessageid: <1467650601.93.0.247665729412.issue27448@psf.upfronthosting.co.za>
2016-07-04 16:43:21r.david.murraylinkissue27448 messages
2016-07-04 16:43:21r.david.murraycreate