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 Arfrever, brett.cannon, eric.snow, ncoghlan
Date 2014-03-21.18:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here is a patch to change PyImport_ImportFrozenModuleObject() to not set __file__. Had to refactor some things as PyImport_ExecCodeModuleObject() was setting __file__ no matter what, so to avoid it even being used during import I had to change some things.
History
Date User Action Args
2014-03-21 18:36:07brett.cannonsetrecipients: + brett.cannon, ncoghlan, Arfrever, eric.snow
2014-03-21 18:36:07brett.cannonsetmessageid: <[email protected]>
2014-03-21 18:36:07brett.cannonlinkissue20942 messages
2014-03-21 18:36:07brett.cannoncreate