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 JelleZijlstra, brett.cannon, serhiy.storchaka
Date 2016-06-06.21:41:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465249316.62.0.169036753725.issue27238@psf.upfronthosting.co.za>
In-reply-to
Content
__file__ could be None if __spec__.origin is None. The import machinery doesn't introspect on __file__ for anything, so it won't break import if __file__ has alternative values. In general, though, normal imports will set __file__ to a string.
History
Date User Action Args
2016-06-06 21:41:56brett.cannonsetrecipients: + brett.cannon, serhiy.storchaka, JelleZijlstra
2016-06-06 21:41:56brett.cannonsetmessageid: <1465249316.62.0.169036753725.issue27238@psf.upfronthosting.co.za>
2016-06-06 21:41:56brett.cannonlinkissue27238 messages
2016-06-06 21:41:56brett.cannoncreate