[issue25711] Rewrite zipimport from scratch

Decorater report at bugs.python.org
Mon Nov 20 10:37:35 EST 2017


Decorater <seandhunt_7 at yahoo.com> added the comment:

So, after reviewing this it started to make me rethink about the zipimport.py file.

So my question is how would that file work if it is an pyc file in python37.zip or something just to zipimport other modules? There is got to be some sort of low level api that can zip import the zip importer then on the rewrite. Am I right?

Maybe the best bet is to wait for bug reports on the C Code and fixup the C Code if possible so that way there is no conflicts like the ones I just questioned.

----------
nosy: +Decorater

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


More information about the Python-bugs-list mailing list