]> granicus.if.org Git - python/commit
Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and
authorGeorg Brandl <georg@python.org>
Fri, 26 May 2006 18:03:31 +0000 (18:03 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 May 2006 18:03:31 +0000 (18:03 +0000)
commitf4ef11659cda2ef0d56df499525818a132e6836a
tree56ba66b5433f01d43438f2a99f1238dd4b4e2dac
parent2d6c5a868afa5e38f168ffde955efb5bc4db4c2b
Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache valid and
  invalid file paths for the built-in import machinery which leads to
  fewer open calls on startup.

  Also fix issue with PEP 302 style import hooks which lead to more open()
  calls than necessary.
Lib/pkgutil.py
Misc/NEWS
Python/import.c