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 jamercee
Recipients jamercee
Date 2013-07-01.15:52:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372693962.8.0.934834831388.issue18341@psf.upfronthosting.co.za>
In-reply-to
Content
We were looking to squeak maximum performance out of zlib.compress. We noticed in py3k, zlib.compress already accepts Py_buffer’s, but in 2.x, compress required strings.  

We’ve modified the compress (and decompress for orthogonal completeness), see the attached patch.
History
Date User Action Args
2013-07-01 15:52:42jamerceesetrecipients: + jamercee
2013-07-01 15:52:42jamerceesetmessageid: <1372693962.8.0.934834831388.issue18341@psf.upfronthosting.co.za>
2013-07-01 15:52:42jamerceelinkissue18341 messages
2013-07-01 15:52:42jamerceecreate