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 vstinner
Recipients gregory.p.smith, loewis, nadeem.vawda, pitrou, rcoyner, vstinner
Date 2011-03-21.03:05:08
SpamBayes Score 0.0044283723
Marked as misclassified No
Message-id <1300676709.4.0.000439393711826.issue8650@psf.upfronthosting.co.za>
In-reply-to
Content
> This only addresses the compress() and decompress() functions, 
> but e.g. crc32() and adler32() are also touched by this issue.

crc32() and adler32() were fixed by #10276.

PyZlib_objcompress() and PyZlib_objdecompress() should be fixed.
History
Date User Action Args
2011-03-21 03:05:09vstinnersetrecipients: + vstinner, loewis, gregory.p.smith, pitrou, nadeem.vawda, rcoyner
2011-03-21 03:05:09vstinnersetmessageid: <1300676709.4.0.000439393711826.issue8650@psf.upfronthosting.co.za>
2011-03-21 03:05:08vstinnerlinkissue8650 messages
2011-03-21 03:05:08vstinnercreate