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, pitrou
Date 2012-02-17.22:01:41
SpamBayes Score 5.2913132e-05
Marked as misclassified No
Message-id <1329516101.92.0.0407315749969.issue14043@psf.upfronthosting.co.za>
In-reply-to
Content
The lastest patch (listdir_cache2) LGTM. Have you by any chance patched it in and run ./python -m importlib.test.regrtest (runs the entire test suite with builtins.__import__() substituted with importlib.__import__())? If not I can do it on my ride home tonight to make sure semantics didn't surprisingly change (I don't see how). And then I can benchmark against the standard benchmark suite to see if it speeds things up in my bootstrap branch.
History
Date User Action Args
2012-02-17 22:01:41brett.cannonsetrecipients: + brett.cannon, pitrou
2012-02-17 22:01:41brett.cannonsetmessageid: <1329516101.92.0.0407315749969.issue14043@psf.upfronthosting.co.za>
2012-02-17 22:01:41brett.cannonlinkissue14043 messages
2012-02-17 22:01:41brett.cannoncreate