[issue25710] zipimport is not PEP 3147 or PEP 488 compliant

Brett Cannon report at bugs.python.org
Mon Nov 23 11:29:06 EST 2015


Brett Cannon added the comment:

Not finding bytecode files is not that big of a deal. While it's a very minor performance loss, it isn't critical to how Python works (and since it looks for bytecode-only files that use-case isn't broken either).

But the real problem is that zipimport is such a nasty chunk of code that no one wants to fix it. Yet more evidence we just need to rewrite the whole module. I created issue #25711 to track a rewrite.

----------
dependencies: +Rewrite zipimport from scratch

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


More information about the Python-bugs-list mailing list