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 ncoghlan
Recipients Arfrever, brett.cannon, eric.snow, larry, ncoghlan
Date 2013-12-15.01:01:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387069289.39.0.832725047812.issue19700@psf.upfronthosting.co.za>
In-reply-to
Content
So close!

importlib.util.spec_from_file_location failed me (unsurprisingly) when it came to the zipfile execution tests. I'm thinking I'll just hack in a way to avoid checking the loader when the expected loader is set to None.
History
Date User Action Args
2013-12-15 01:01:30ncoghlansetrecipients: + ncoghlan, brett.cannon, larry, Arfrever, eric.snow
2013-12-15 01:01:29ncoghlansetmessageid: <1387069289.39.0.832725047812.issue19700@psf.upfronthosting.co.za>
2013-12-15 01:01:29ncoghlanlinkissue19700 messages
2013-12-15 01:01:29ncoghlancreate