commit | a09bb87c1eebb07b01b8105cf536704893aec565 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brettcannon@users.noreply.github.com> | Fri Apr 06 17:02:18 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Apr 06 17:02:18 2018 -0700 |
tree | 1b2003bef18312f6230a13e93acec7a5047d19a4 | |
parent | 3c193cf8afce525b1283986f113de0e16f23e115 [diff] |
[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 9e2be60634914f23db2ae5624e4acc9335bf5fea)