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 brett.cannon
Recipients barry, brett.cannon, eric.smith
Date 2013-06-21.01:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371778710.48.0.279748641723.issue17621@psf.upfronthosting.co.za>
In-reply-to
Content
One problem with the importers code is it doesn't properly clean up after the module if the load failed and it wasn't a reload. Should store an attribute on the module signaling whether it was a reload or not to know whether an exception raised during loading should lead to the module being removed from sys.modules.
History
Date User Action Args
2013-06-21 01:38:30brett.cannonsetrecipients: + brett.cannon, barry, eric.smith
2013-06-21 01:38:30brett.cannonsetmessageid: <1371778710.48.0.279748641723.issue17621@psf.upfronthosting.co.za>
2013-06-21 01:38:30brett.cannonlinkissue17621 messages
2013-06-21 01:38:30brett.cannoncreate