[issue25711] Rewrite zipimport from scratch

STINNER Victor report at bugs.python.org
Fri Dec 9 08:16:50 EST 2016


STINNER Victor added the comment:

> Here is preliminary translation of zipimport to Python. It is not frozen and imports other modules.

Technically, will it be possible to freeze it? It seems useful to keep the ability to put the whole stdlib into a single ZIP. Using a ZIP is sometimes suggested to avoid fstat() on disk for example, to speedup Python startup.

But I also understand that the C code is painful to maintain and update.

Anyway, nice job Serhiy :-)

----------

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


More information about the Python-bugs-list mailing list