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.

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:18brett.cannonsetrecipients: + brett.cannon, benjamin.peterson
2011-06-27 00:46:18brett.cannonsetmessageid: <1309135578.85.0.658089758436.issue2377@psf.upfronthosting.co.za>
2011-06-27 00:46:18brett.cannonlinkissue2377 messages
2011-06-27 00:46:17brett.cannoncreate