Vajrasky Kok added the comment: Py_ssize_t is signed long. size_it is unsigned long. In this case, I suppose we should avoid unsigned as much as possible in comparison with signed.
So I think Zachary's patch is reasonable. What do you think, Victor? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19424> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com