commit | f4ef11659cda2ef0d56df499525818a132e6836a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 26 18:03:31 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 26 18:03:31 2006 +0000 |
tree | 56ba66b5433f01d43438f2a99f1238dd4b4e2dac | |
parent | 2d6c5a868afa5e38f168ffde955efb5bc4db4c2b [diff] |
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.