]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Aug 2014 20:20:00 +0000 (22:20 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 17 Aug 2014 20:20:00 +0000 (22:20 +0200)
commit049e509a9f87d1f82ae0ebfe21c226f37ce9fbdb
tree96885f696a33000548163e8b4bab6415dd842dde
parentdaca3d7e9b48badf02521df1b729ddd2733b2d77
Issue #22207: Fix "comparison between signed and unsigned integers" warning in
test checking for integer overflow on Py_ssize_t type: cast explicitly to
size_t.
Modules/_codecsmodule.c
Modules/_lzmamodule.c
Modules/_pickle.c
Modules/fcntlmodule.c
Modules/mathmodule.c
Objects/bytesobject.c
Objects/tupleobject.c
Python/asdl.c