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, berker.peksag, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-11-19.18:28:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384885704.98.0.870021997411.issue18864@psf.upfronthosting.co.za>
In-reply-to
Content
That's not the right fix for that test failure. If exec_module() is not meant to set import-related attributes like __cached__ because import itself (through _SpecMethods.init_module_attrs()) then test_frozen needs to be updated to not expect such attributes.

Honestly test_frozen should probably either be rolled into test_importlib.frozen or deleted instead of existing separately.
History
Date User Action Args
2013-11-19 18:28:25brett.cannonsetrecipients: + brett.cannon, ncoghlan, larry, Arfrever, eric.snow, berker.peksag
2013-11-19 18:28:24brett.cannonsetmessageid: <1384885704.98.0.870021997411.issue18864@psf.upfronthosting.co.za>
2013-11-19 18:28:24brett.cannonlinkissue18864 messages
2013-11-19 18:28:24brett.cannoncreate