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.

作者 eric.snow
收信人 Arfrever, brett.cannon, eric.araujo, eric.snow, meador.inge
日期 2012-03-21.05:42:31
SpamBayes Score 1.2447917e-08
Marked as misclassified
Message-id <1332308560.69.0.0409106438275.issue13959@psf.upfronthosting.co.za>
In-reply-to
内容
Here's an incomplete (though essentially test-passing) patch that flips more of imp into importlib.  It builds on Brett's patch.  The gist is that imp.py is a minimal wrapper around importlib, which uses _imp directly.

Ultimately the things implemented in Lib/importlib/_bootstrap.py should be yanked out of Python/import.c (and Python/dynload_*.c).  I expect that this will wait for the bootstrap merge (#2377) to land.
历史
日期 用户 动作 参数
2012-03-21 05:42:40eric.snow修改recipients: + eric.snow, brett.cannon, eric.araujo, Arfrever, meador.inge
2012-03-21 05:42:40eric.snow修改messageid: <1332308560.69.0.0409106438275.issue13959@psf.upfronthosting.co.za>
2012-03-21 05:42:40eric.snow链接issue13959 messages
2012-03-21 05:42:39eric.snow创建