STINNER Victor added the comment: "I don't much like the use of Py_SSIZE_T and Py_SAFE_DOWNCAST here (...) And in fact I'd say that we *shouldn't* be silencing these warnings; rather, we should take them seriously."
So size_t should be used instead ("s - s1" is unsigned, s >= s1). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19638> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com