New submission from Guido van Rossum <[email protected]>: See https://github.com/python/mypy/pull/4811. To summarize, importlib.invalidate_caches() doesn't clear the negative cache in sys.path_importer_cache.
Could be related to https://bugs.python.org/issue30891? ---------- messages: 314595 nosy: gvanrossum priority: normal severity: normal status: open title: importlib.invalidate_caches() doesn't clear all caches versions: Python 3.6 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33169> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
