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, pitrou
Date 2012-02-17.17:13:53
SpamBayes Score 0.039123602
Marked as misclassified No
Message-id <1329498833.99.0.0302723118435.issue14043@psf.upfronthosting.co.za>
In-reply-to
Content
Note that the cost of filling the cache itself isn't trivial:

$ ./python -m timeit -s "import sys; from importlib import _bootstrap" "_bootstrap._file_path_hook('Lib')._fill_cache()"
1000 loops, best of 3: 1.88 msec per loop
History
Date User Action Args
2012-02-17 17:13:54pitrousetrecipients: + pitrou, brett.cannon
2012-02-17 17:13:53pitrousetmessageid: <1329498833.99.0.0302723118435.issue14043@psf.upfronthosting.co.za>
2012-02-17 17:13:53pitroulinkissue14043 messages
2012-02-17 17:13:53pitroucreate