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 eric.snow
Recipients Arfrever, Zvezdoslovec, brett.cannon, eric.snow, ncoghlan
Date 2014-03-28.17:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396029434.2.0.975581460883.issue20942@psf.upfronthosting.co.za>
In-reply-to
Content
As I've thought about it, I've gone from -0 to +1 on applying this to both 3.4 and 3.5.  The bug and fix should impact very little* code.  In fact, I doubt anyone would have noticed if Nick hadn't. :)  It would be nice to have this right in 3.4.

* Effectively this is limited to consumers of imp.init_frozen(), PyImport_ImportFrozenModule(), and PyImport_ImportFrozenModule().  That includes importing frozen importlib and Py_FrozenMain().
History
Date User Action Args
2014-03-28 17:57:14eric.snowsetrecipients: + eric.snow, brett.cannon, ncoghlan, Arfrever, Zvezdoslovec
2014-03-28 17:57:14eric.snowsetmessageid: <1396029434.2.0.975581460883.issue20942@psf.upfronthosting.co.za>
2014-03-28 17:57:14eric.snowlinkissue20942 messages
2014-03-28 17:57:13eric.snowcreate