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 martin.panter
Recipients martin.panter, serhiy.storchaka, vstinner
Date 2015-11-30.02:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448850033.59.0.0655751951772.issue25764@psf.upfronthosting.co.za>
In-reply-to
Content
This looks like an intermittent (1 in ~5) failure in at least the Open Indiana 3.5 and 3.x buildbots.

My guess is that fork() has failed, and because preexec_fn is in use, the code tries to call gc.enable() with the fork() exception already set. My patch adds a test and fixes that.

Victor already fixed a similar error for the cleanup branch of subprocess_fork_exec() in Issue 22290.
History
Date User Action Args
2015-11-30 02:20:33martin.pantersetrecipients: + martin.panter, vstinner, serhiy.storchaka
2015-11-30 02:20:33martin.pantersetmessageid: <1448850033.59.0.0655751951772.issue25764@psf.upfronthosting.co.za>
2015-11-30 02:20:33martin.panterlinkissue25764 messages
2015-11-30 02:20:33martin.pantercreate