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 eric.snow
Recipients brett.cannon, eric.snow, ncoghlan
Date 2014-04-19.03:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397878499.04.0.163157251124.issue21211@psf.upfronthosting.co.za>
In-reply-to
Content
On second thought, all modules (except __main__) must have both __spec__ and __loader__ set to their correct respective objects.  So the current behavior is correct in that it exposes poorly formed modules.
History
Date User Action Args
2014-04-19 03:34:59eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan
2014-04-19 03:34:59eric.snowsetmessageid: <1397878499.04.0.163157251124.issue21211@psf.upfronthosting.co.za>
2014-04-19 03:34:59eric.snowlinkissue21211 messages
2014-04-19 03:34:58eric.snowcreate