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 Arfrever, BreamoreBoy, loewis, mark.dickinson, pitrou, terry.reedy, vstinner
Date 2014-06-16.16:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402934678.88.0.491631736985.issue8677@psf.upfronthosting.co.za>
In-reply-to
Content
zlibmodule_ssize_t_clean.patch: Patch to make the zlib module "ssize_t clean". The patch just defines PY_SSIZE_T_CLEAN, no "#" format is used. "./python -m test -v test_zlib" test pass on my 64-bit Linux.
History
Date User Action Args
2014-06-16 16:04:38vstinnersetrecipients: + vstinner, loewis, terry.reedy, mark.dickinson, pitrou, Arfrever, BreamoreBoy
2014-06-16 16:04:38vstinnersetmessageid: <1402934678.88.0.491631736985.issue8677@psf.upfronthosting.co.za>
2014-06-16 16:04:38vstinnerlinkissue8677 messages
2014-06-16 16:04:38vstinnercreate