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ć, barry, brett.cannon, eric.snow, ncoghlan, ned.deily, r.david.murray, takluyver
Date 2014-03-13.12:48:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394714883.32.0.5009861876.issue20884@psf.upfronthosting.co.za>
In-reply-to
Content
I assume you mean for 3. to fix PyImport_ImportFrozenModuleObject() and not stop resetting __file__ for _frozen_importlib in importlib.__init__ like we are currently doing. I think you're right that it could wait until 3.5 as it will only be apparent to people who are poking around with importlib._bootstrap -- which people should not be doing -- or are using imp.init_frozen() which isn't even documented anymore.
History
Date User Action Args
2014-03-13 12:48:03brett.cannonsetrecipients: + brett.cannon, barry, ncoghlan, ned.deily, r.david.murray, Jurko.Gospodnetić, eric.snow, takluyver
2014-03-13 12:48:03brett.cannonsetmessageid: <1394714883.32.0.5009861876.issue20884@psf.upfronthosting.co.za>
2014-03-13 12:48:03brett.cannonlinkissue20884 messages
2014-03-13 12:48:03brett.cannoncreate