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 Jurko.Gospodnetić, brett.cannon, eric.snow, r.david.murray
Date 2014-03-10.16:35:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394469326.1.0.490012973831.issue20884@psf.upfronthosting.co.za>
In-reply-to
Content
Not having __file__ defined is an odd issue as importlib.__init__ always comes from a file in CPython. I have no issue making the setting of the attribute conditional, though.
History
Date User Action Args
2014-03-10 16:35:26brett.cannonsetrecipients: + brett.cannon, r.david.murray, Jurko.Gospodnetić, eric.snow
2014-03-10 16:35:26brett.cannonsetmessageid: <1394469326.1.0.490012973831.issue20884@psf.upfronthosting.co.za>
2014-03-10 16:35:26brett.cannonlinkissue20884 messages
2014-03-10 16:35:25brett.cannoncreate