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 serhiy.storchaka
Recipients larry, meador.inge, nadeem.vawda, python-dev, serhiy.storchaka
Date 2014-01-25.21:57:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390687024.42.0.437433433869.issue20193@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch for zlib reverts reverted decompress(), decompressobj() and Decompress.flush(). It get rids from DEF_WBITS and use MAX_WBITS instead, exposes DEF_BUF_SIZE (former DEFAULTALLOC) to Python level.
History
Date User Action Args
2014-01-25 21:57:04serhiy.storchakasetrecipients: + serhiy.storchaka, larry, nadeem.vawda, meador.inge, python-dev
2014-01-25 21:57:04serhiy.storchakasetmessageid: <1390687024.42.0.437433433869.issue20193@psf.upfronthosting.co.za>
2014-01-25 21:57:04serhiy.storchakalinkissue20193 messages
2014-01-25 21:57:04serhiy.storchakacreate