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, serhiy.storchaka, vstinner
Date 2013-06-24.21:04:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372107882.97.0.731855490225.issue18294@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fixes different compiler warnings on Windows x64 in the zlib module. The module raises OverflowError if some values are longer than INT_MAX, but not all parameters are checked.
History
Date User Action Args
2013-06-24 21:04:43vstinnersetrecipients: + vstinner, loewis, serhiy.storchaka
2013-06-24 21:04:42vstinnersetmessageid: <1372107882.97.0.731855490225.issue18294@psf.upfronthosting.co.za>
2013-06-24 21:04:42vstinnerlinkissue18294 messages
2013-06-24 21:04:42vstinnercreate