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.araujo, georg.brandl, ncoghlan
Date 2012-07-15.04:17:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342325853.67.0.610987698538.issue15314@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, special - importlib.find_loader() currently expects every module to have a __loader__ attribute, but there's at least one that doesn't: __main__.

Guess I'll be tweaking it to handle that case more gracefully after all :)
History
Date User Action Args
2012-07-15 04:17:33ncoghlansetrecipients: + ncoghlan, brett.cannon, georg.brandl, eric.araujo, Arfrever
2012-07-15 04:17:33ncoghlansetmessageid: <1342325853.67.0.610987698538.issue15314@psf.upfronthosting.co.za>
2012-07-15 04:17:33ncoghlanlinkissue15314 messages
2012-07-15 04:17:33ncoghlancreate