STINNER Victor added the comment:

@Serhiy: Oh, thanks for your review. My patch was far from being perfect, a 
review was necessary! (I hesitated to commit it directly.)

Here is a new patch using unsigned int is most places, parsing arguments with 
"I" format, and explicit cast to (size_t) to not compare unsigned with signed.

----------
Added file: http://bugs.python.org/file30699/zlib_64bit-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18294>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to