This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pje
Recipients
Date 2004-09-23.13:41:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=56214

D'oh!  PyImport_AddModule() only creates a new module if it
doesn't already exist in sys.modules, so there's nothing to
fix on that point.

Now what's needed is someone familiar with zipimport.c
internals to review Stephen's patch at:

http://www.chase3000.com/stephenh/patch-zipimport.txt

and clean out its stderr prints.
History
Date User Action Args
2007-08-23 14:18:46adminlinkissue856103 messages
2007-08-23 14:18:46admincreate