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 brett.cannon
Recipients brett.cannon, gregory.p.smith, twouters
Date 2015-11-23.16:28:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448296120.48.0.872112518039.issue25711@psf.upfronthosting.co.za>
In-reply-to
Content
No one wants to work on zipimport, and yet it's full of bugs. It needs a rewrite so that it's more maintainable. An idea floated at PyCon 2015 was to writing the zip-reading code in C and to keep it as simple as possible -- e.g., don't worry about supporting comments, etc. -- and then write the rest of the code in importlib, making maintenance much easier.

All of the various zipimport bugs should be made dependent on this issue as unless they are critical flaws I doubt they will get fixed without the rewrite.
History
Date User Action Args
2015-11-23 16:28:40brett.cannonsetrecipients: + brett.cannon, twouters, gregory.p.smith
2015-11-23 16:28:40brett.cannonsetmessageid: <1448296120.48.0.872112518039.issue25711@psf.upfronthosting.co.za>
2015-11-23 16:28:40brett.cannonlinkissue25711 messages
2015-11-23 16:28:40brett.cannoncreate