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 barry
Recipients barry, lemburg
Date 2014-06-12.16:35:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402590939.36.0.845747764927.issue21736@psf.upfronthosting.co.za>
In-reply-to
Content
I'm -0 on this patch.  I can understand that in some sense, frozen modules do semantically have an associated file, but OTOH, once they're frozen the connection to their file is broken.  Also, I think anything that assumes __file__ exists is simply broken and should be fixed.  There are other cases than frozen modules where a module would have no reasonable value for __file__ and thus shouldn't have one.
History
Date User Action Args
2014-06-12 16:35:39barrysetrecipients: + barry, lemburg
2014-06-12 16:35:39barrysetmessageid: <1402590939.36.0.845747764927.issue21736@psf.upfronthosting.co.za>
2014-06-12 16:35:39barrylinkissue21736 messages
2014-06-12 16:35:39barrycreate