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 herring
Recipients herring
Date 2015-04-24.05:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429855118.66.0.488857300303.issue24048@psf.upfronthosting.co.za>
In-reply-to
Content
import.c's remove_module() is always called with an exception set and can invoke arbitrary code via deallocation; if that code calls PyErr_Clear() (or is sensitive to PyErr_Occurred()) it will lose (or be damaged by) the preexisting exception.
History
Date User Action Args
2015-04-24 05:58:38herringsetrecipients: + herring
2015-04-24 05:58:38herringsetmessageid: <1429855118.66.0.488857300303.issue24048@psf.upfronthosting.co.za>
2015-04-24 05:58:38herringlinkissue24048 messages
2015-04-24 05:58:38herringcreate