Staging
v0.5.1
https://github.com/python/cpython
Revision a09bb87c1eebb07b01b8105cf536704893aec565 authored by Brett Cannon on 07 April 2018, 00:02:18 UTC, committed by GitHub on 07 April 2018, 00:02:18 UTC
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 9e2be60634914f23db2ae5624e4acc9335bf5fea)
1 parent 3c193cf
History
Tip revision: a09bb87c1eebb07b01b8105cf536704893aec565 authored by Brett Cannon on 07 April 2018, 00:02:18 UTC
[3.7] bpo-33169: Remove values of `None` from sys.path_importer_cache when invalidating caches (GH-6402) (GH-6403)
Tip revision: a09bb87

README

back to top