[Patches] [ python-Patches-476047 ] Zip importing; do NOT install

noreply@sourceforge.net noreply@sourceforge.net
Tue, 30 Oct 2001 12:11:06 -0800


Patches item #476047, was opened at 2001-10-29 08:21
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=476047&group_id=5470

Category: Core (C code)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: James C. Ahlstrom (ahlstromjc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Zip importing; do NOT install

Initial Comment:
Here is the zip importing implementation.  Do not
install, just look at it.  A known bug is that a
sys.path item "/A/arch.zip/Lib" fails.  Patch is
against 2.2a3.

JimA



----------------------------------------------------------------------

>Comment By: Jeremy Hylton (jhylton)
Date: 2001-10-30 12:11

Message:
Logged In: YES 
user_id=31392

I wonder if it would be better to do more of the work at the
C level, rather than passing everything up to Python.  The
tuples that describe the ZIP file contents could be C
structs and the actual retrieval could be written in C.  I
suspect it is worthwhile, since our goal is to make imports
faster.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=476047&group_id=5470