[issue17630] Create a pure Python zipfile/tarfile importer

Brett Cannon report at bugs.python.org
Thu Feb 27 00:33:04 CET 2014


Brett Cannon added the comment:

The more I think about this, the less useful it seems to be. We need zipimport written in C for bootstrapping issues. If that's the case then time should be put into making that work and not duplicating the functionality. I'm going to leave this open but unassign from myself as I would rather focus on my lazy loader issue than this. If someone can manage to create a zipfile importer whose dependencies are small and thus can be frozen along with importlib then this can be moved forward.

----------
assignee: brett.cannon -> 

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


More information about the Python-bugs-list mailing list