mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
f7575d0cb7
with PEP 302. This was fixed by adding an ``imp.NullImporter`` type that is used in ``sys.path_importer_cache`` to cache non-directory paths and avoid excessive filesystem operations during imports.