commit | c541f8ef40634c379aab0e4537777203a910d355 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 20 01:48:16 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Feb 20 01:48:16 2012 +0100 |
tree | 9b731dfbfc79f8c7ae11ec43d7f7914b4d32082b | |
parent | 336b2f45e5c1212470b1b443a92d953f026b951e [diff] |
Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new importlib.invalidate_caches() function. importlib is now often faster than imp.find_module() at finding modules.