消息 [156473]
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:40 | eric.snow | 修改 | recipients:
+ eric.snow, brett.cannon, eric.araujo, Arfrever, meador.inge |
| 2012-03-21 05:42:40 | eric.snow | 修改 | messageid: <1332308560.69.0.0409106438275.issue13959@psf.upfronthosting.co.za> |
| 2012-03-21 05:42:40 | eric.snow | 链接 | issue13959 messages |
| 2012-03-21 05:42:39 | eric.snow | 创建 | |
|