commit | 4dd25256e25b2f03d0140e53f0813d482e3b07b5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 08 09:14:21 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 08 09:14:21 2014 +0200 |
tree | 0aa0c77f23db33d25d6e4ccdcd25570709a351f7 | |
parent | 800cae30075bede409561b5ad5b1b72bd49c6fa5 [diff] |
Issue #21118: PyLong_AS_LONG() result type is long Even if PyLong_AS_LONG() cannot fail, I prefer to use the right type.