Message 139233 - Python tracker (original) (raw)
Message139233
Author | brett.cannon |
---|---|
Recipients | benjamin.peterson, brett.cannon |
Date | 2011-06-27.00:46:17 |
SpamBayes Score | 0.00082493876 |
Marked as misclassified | No |
Message-id | 1309135578.85.0.658089758436.issue2377@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
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. |
History | |||
---|---|---|---|
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 |