[New-bugs-announce] [issue14678] Update zipimport to support importlib.invalidate_caches()

Brett Cannon report at bugs.python.org
Thu Apr 26 19:41:50 CEST 2012


New submission from Brett Cannon <brett at python.org>:

zipimport's finders that get cached in sys.path_importer_cache should probably be updated to support importlib.invalidate_caches() (else the module should get re-implemented in pure Python in importlib and then be tossed).

----------
components: Library (Lib)
messages: 159404
nosy: brett.cannon
priority: normal
severity: normal
status: open
title: Update zipimport to support importlib.invalidate_caches()
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list