]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
authorGeorg Brandl <georg@python.org>
Tue, 23 Oct 2007 19:24:22 +0000 (19:24 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 Oct 2007 19:24:22 +0000 (19:24 +0000)
commite1a0d11c5cceeb71b22f3e3148f8f7d6bc0b4d8f
treeb189190df6a08b5249bef4e33385049f4ccf3d04
parent083bea49a8b74a5f758c6641c299f0cc8c114616
#1316: remove redundant PyLong_Check calls when PyInt_Check was already called.
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c
Modules/_sqlite/row.c
Modules/_sqlite/statement.c
Modules/cjkcodecs/multibytecodec.c
Objects/sliceobject.c
Python/getargs.c