Message255183
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. |
|
Date |
User |
Action |
Args |
2015-11-23 16:28:40 | brett.cannon | set | recipients:
+ brett.cannon, twouters, gregory.p.smith |
2015-11-23 16:28:40 | brett.cannon | set | messageid: <1448296120.48.0.872112518039.issue25711@psf.upfronthosting.co.za> |
2015-11-23 16:28:40 | brett.cannon | link | issue25711 messages |
2015-11-23 16:28:40 | brett.cannon | create | |
|