Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
None from sys.path_importer_cache when invalidating caches
#6402
|
Thanks @brettcannon for the PR |
|
Sorry, @brettcannon, I could not cleanly backport this to |
… when invalidating caches (pythonGH-6402) 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 9e2be60) Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
|
GH-6403 is a backport of this pull request to the 3.7 branch. |
…invalidating caches (pythonGH-6402) An entry of None in sys.path_importer_cache represents a negative/missing finder for a path, so clearing it out makes sense.
An entry of None in sys.path_importer_cache represents a negative/missing finder for a path.
https://bugs.python.org/issue33169