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 brett.cannon
Date 2013-06-01.03:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370056534.07.0.17129637302.issue18115@psf.upfronthosting.co.za>
In-reply-to
Content
BuiltinImporter, FrozenImporter, and ExtensionFileLoader all have their own custom code to manage clearing sys.modules if something goes wrong. Should see if any of them would break if they used importlib.util.module_to_load. And if they would break thanks to any pre-existing module in sys.modules, then add a keyword argument to suppress creating a new module.
History
Date User Action Args
2013-06-01 03:15:34brett.cannonsetrecipients: + brett.cannon
2013-06-01 03:15:34brett.cannonsetmessageid: <1370056534.07.0.17129637302.issue18115@psf.upfronthosting.co.za>
2013-06-01 03:15:33brett.cannonlinkissue18115 messages
2013-06-01 03:15:33brett.cannoncreate