cpython/Lib/test/test_importlib/import_
Brett Cannon a09bb87c1e
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403)
An entry of None in sys.path_importer_cache represents a negative/missing finder for a path, so clearing it out makes sense.
(cherry picked from commit 9e2be60634)
2018-04-06 17:02:18 -07:00
..
__init__.py
__main__.py
test___loader__.py
test___package__.py
test_api.py
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py
test_path.py [3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403) 2018-04-06 17:02:18 -07:00
test_relative_imports.py