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 brett.cannon, eric.snow, ncoghlan, pitrou
Date 2012-02-20.23:04:39
SpamBayes Score 1.1558964e-06
Marked as misclassified No
Message-id <1329779080.07.0.812417903566.issue14067@psf.upfronthosting.co.za>
In-reply-to
Content
The patch uses the time module which is not a built-in, so it breaks bootstrapping by directly importing a module, and an extension at that. At best you could switch to a modified _FileFinder after importlib is initially running and able to import extension modules.
History
Date User Action Args
2012-02-20 23:04:40brett.cannonsetrecipients: + brett.cannon, ncoghlan, pitrou, eric.snow
2012-02-20 23:04:40brett.cannonsetmessageid: <1329779080.07.0.812417903566.issue14067@psf.upfronthosting.co.za>
2012-02-20 23:04:39brett.cannonlinkissue14067 messages
2012-02-20 23:04:39brett.cannoncreate