]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21118: PyLong_AS_LONG() result type is long
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 8 Apr 2014 07:14:21 +0000 (09:14 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 8 Apr 2014 07:14:21 +0000 (09:14 +0200)
commit4dd25256e25b2f03d0140e53f0813d482e3b07b5
tree0aa0c77f23db33d25d6e4ccdcd25570709a351f7
parent800cae30075bede409561b5ad5b1b72bd49c6fa5
Issue #21118: PyLong_AS_LONG() result type is long

Even if PyLong_AS_LONG() cannot fail, I prefer to use the right type.
Objects/unicodeobject.c