[issue25711] Rewrite zipimport from scratch

Serhiy Storchaka report at bugs.python.org
Thu Dec 8 14:46:09 EST 2016


Serhiy Storchaka added the comment:

Here is preliminary translation of zipimport to Python. It is not frozen and imports other modules. I tried to keep the implementation close to C implementation. As a consequence, some raised exceptions look arbitrary.

----------
keywords: +patch
stage:  -> patch review
type:  -> enhancement
versions: +Python 3.7 -Python 3.6
Added file: http://bugs.python.org/file45800/zipimport.patch

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


More information about the Python-bugs-list mailing list