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 loewis, nadeem.vawda, serhiy.storchaka, vstinner
Date 2013-11-20.01:06:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384909585.17.0.00592564226055.issue18294@psf.upfronthosting.co.za>
In-reply-to
Content
zlib_64bit-4.patch:

* fix usage of argument clinic, add a uint_converter
* fix zlib_Decompress_decompress(): use an unsigned int, not an int (remove int_converter())
* fix two bugs and unit tests
History
Date User Action Args
2013-11-20 01:06:25vstinnersetrecipients: + vstinner, loewis, nadeem.vawda, serhiy.storchaka
2013-11-20 01:06:25vstinnersetmessageid: <1384909585.17.0.00592564226055.issue18294@psf.upfronthosting.co.za>
2013-11-20 01:06:25vstinnerlinkissue18294 messages
2013-11-20 01:06:25vstinnercreate