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 Decorater, barry, brett.cannon, byrnes, diana, eric.snow, gregory.p.smith, jarondl, pmpp, serhiy.storchaka, superluser, twouters
Date 2018-08-31.21:56:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535752565.47.0.56676864532.issue25711@psf.upfronthosting.co.za>
In-reply-to
Content
I think Serhiy's PR is basically done, so now the question is do we want to merge it in and drop the C code? ;)

I obviously say yes because this is I/O-bound code and so the switch shouldn't be enough of a performance hit to warrant blocking the gain in maintainability long-term (especially if we try to clean the module up slowly).

Barry, since I know you work with zip files a lot at work did you want to check to make sure perf won't be an issue for your use-case?
History
Date User Action Args
2018-08-31 21:56:05brett.cannonsetrecipients: + brett.cannon, twouters, barry, gregory.p.smith, pmpp, eric.snow, serhiy.storchaka, diana, superluser, byrnes, Decorater, jarondl
2018-08-31 21:56:05brett.cannonsetmessageid: <1535752565.47.0.56676864532.issue25711@psf.upfronthosting.co.za>
2018-08-31 21:56:05brett.cannonlinkissue25711 messages
2018-08-31 21:56:05brett.cannoncreate