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 pitrou
Recipients brett.cannon, ncoghlan, pitrou
Date 2012-02-20.21:18:06
SpamBayes Score 2.6933572e-05
Marked as misclassified No
Message-id <1329772687.53.0.782755770398.issue14067@psf.upfronthosting.co.za>
In-reply-to
Content
This is an experimental patch that limits the frequency of stat() calls in _FileFinder.find_module(). It speeds up finding modules by 2x here, but unfortunately breaks some tests (which expect modules to appear immediately when created).
History
Date User Action Args
2012-02-20 21:18:07pitrousetrecipients: + pitrou, brett.cannon, ncoghlan
2012-02-20 21:18:07pitrousetmessageid: <1329772687.53.0.782755770398.issue14067@psf.upfronthosting.co.za>
2012-02-20 21:18:06pitroulinkissue14067 messages
2012-02-20 21:18:06pitroucreate