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.10:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448878633.43.0.772665695998.issue25764@psf.upfronthosting.co.za>
In-reply-to
Content
Couldn’t re-enabling garbage collection cause errno to be overwritten? Even if I saved errno until later, there is still the RuntimeError from releasing the import lock to worry about.

Now that I look closer, I see the lock release code path sets this exception, but does not return NULL. Another bug.
History
Date User Action Args
2015-11-30 10:17:13martin.pantersetrecipients: + martin.panter, vstinner, serhiy.storchaka
2015-11-30 10:17:13martin.pantersetmessageid: <1448878633.43.0.772665695998.issue25764@psf.upfronthosting.co.za>
2015-11-30 10:17:13martin.panterlinkissue25764 messages
2015-11-30 10:17:13martin.pantercreate