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-12-01.02:43:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448937824.48.0.119144935453.issue25764@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the exception when releasing the import lock. I also moved the Py_XDECREF(gc_module) back out to where it was to keep the patch to a minimum, but I don’t really see a way to simplify it much more.

Apparently Solaris supports posix_spawn(), which doesn’t require double the memory like fork(). But implementing that would be a significant project, and was rejected in Issue 20104.
History
Date User Action Args
2015-12-01 02:43:44martin.pantersetrecipients: + martin.panter, vstinner, serhiy.storchaka
2015-12-01 02:43:44martin.pantersetmessageid: <1448937824.48.0.119144935453.issue25764@psf.upfronthosting.co.za>
2015-12-01 02:43:44martin.panterlinkissue25764 messages
2015-12-01 02:43:44martin.pantercreate