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, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
Date 2012-05-04.19:23:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336159420.67.0.942088110266.issue13959@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I'm waiting on issue #14657 (avoiding the _frozen_importlib/importlib dichotomy) is resolved before I document the new imp.extension_suffixes() as it would be good to know where I should pull in the source and bytecode suffixes.

I think this only leaves get_magic() and get_tag() as the only things to move + trying to figure out how to handle PyImport_ExecCodeModuleObject() and its grip on various bits of C code.
History
Date User Action Args
2012-05-04 19:23:40brett.cannonsetrecipients: + brett.cannon, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-05-04 19:23:40brett.cannonsetmessageid: <1336159420.67.0.942088110266.issue13959@psf.upfronthosting.co.za>
2012-05-04 19:23:39brett.cannonlinkissue13959 messages
2012-05-04 19:23:39brett.cannoncreate