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

Brett Cannon report at bugs.python.org
Sat May 5 21:06:50 CEST 2012


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

The real problem becomes the issue of what zipfile depends on, which complicates bootstrapping. I mean things could go as far as to write a script that takes in anchor points in the stdlib and freezes all code they depend on, but that seems like potential overkill and executable bloat.

But something needs to happen as zipimporter has major shortcomings thanks to to its re-implementation of zip handling (e.g. no ZIP64 support, etc.). Plus no one ever wants to touch that code.

----------

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


More information about the Python-bugs-list mailing list