[issue14678] Update zipimport to support importlib.invalidate_caches()

Brett Cannon report at bugs.python.org
Fri Feb 28 13:59:49 EST 2020


Brett Cannon <brett at python.org> added the comment:

It looks like it hasn't been done, else https://github.com/python/cpython/blob/master/Lib/zipimport.py would have some definition of a invalidate_caches() method. And specifically the finder lacks that method so it can be called by https://github.com/python/cpython/blob/c705fd1e89ccb8f6d414ec817b4616546147d877/Lib/importlib/_bootstrap_external.py#L1245-L1257.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue14678>
_______________________________________


More information about the Python-bugs-list mailing list