Message139233
OK, so first step is to simply replace __import__ w/ importlib.__import__ using builtins.__import__ in order to make sure that all tests pass as expected. Can probably do this by doing the switch in Py_Initialize() somewhere.
Next step after that will be seeing if _io can be used by importlib w/ the import of os postponed until after importlib is bootstrapped. |
|
Date |
User |
Action |
Args |
2011-06-27 00:46:18 | brett.cannon | set | recipients:
+ brett.cannon, benjamin.peterson |
2011-06-27 00:46:18 | brett.cannon | set | messageid: <1309135578.85.0.658089758436.issue2377@psf.upfronthosting.co.za> |
2011-06-27 00:46:18 | brett.cannon | link | issue2377 messages |
2011-06-27 00:46:17 | brett.cannon | create | |
|