]> granicus.if.org Git - python/commit
longobject.c: fix compilation warning on Windows 64-bit
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 17:36:54 +0000 (18:36 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 23 Mar 2016 17:36:54 +0000 (18:36 +0100)
commitf963c135979838893772619e83f94db97c536048
treedac4c800ab36b8d2d05644a1c59e80c32e1f1c0b
parent904f5def5cc6da106a1e2e9feb0830cdb1433519
longobject.c: fix compilation warning on Windows 64-bit

We know that Py_SIZE(b) is -1 or 1 an so fits into the sdigit type.
Objects/longobject.c