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 Arfrever, brett.cannon, chris.jerdonek, pitrou, python-dev, skrah
Date 2012-07-04.18:05:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341425114.46.0.0382270209613.issue15210@psf.upfronthosting.co.za>
In-reply-to
Content
I realized the problem was that _frozen_importlib was getting set to None, which won't trigger an exception since the code was just directly accessing sys.modules. I switched to an ``import ... as ...`` clause and moved to using test.support.import_fresh_module() and that seemed to fix the problem.
History
Date User Action Args
2012-07-04 18:05:14brett.cannonsetrecipients: + brett.cannon, pitrou, Arfrever, skrah, chris.jerdonek, python-dev
2012-07-04 18:05:14brett.cannonsetmessageid: <1341425114.46.0.0382270209613.issue15210@psf.upfronthosting.co.za>
2012-07-04 18:05:13brett.cannonlinkissue15210 messages
2012-07-04 18:05:13brett.cannoncreate