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.

作者 brett.cannon
收信人 Arfrever, benjamin.peterson, berker.peksag, brett.cannon, eric.araujo, eric.snow, meador.inge, pitrou, python-dev
日期 2012-05-04.19:23:39
SpamBayes Score -1.0
Marked as misclassified
Message-id <1336159420.67.0.942088110266.issue13959@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2012-05-04 19:23:40brett.cannon修改recipients: + brett.cannon, pitrou, benjamin.peterson, eric.araujo, Arfrever, meador.inge, python-dev, eric.snow, berker.peksag
2012-05-04 19:23:40brett.cannon修改messageid: <1336159420.67.0.942088110266.issue13959@psf.upfronthosting.co.za>
2012-05-04 19:23:39brett.cannon链接issue13959 messages
2012-05-04 19:23:39brett.cannon创建