]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use Py_ssize_t type for sizes in getargs.c
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 00:21:12 +0000 (01:21 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 18 Nov 2013 00:21:12 +0000 (01:21 +0100)
commit74387f5cac59d9cdafdd98e91f796d4731bd533a
tree848ab1e1878045aa191c740bf3446ec86859203e
parentcad876d54273e6f3f9cb3ff575da1c45ef5410c6
Use Py_ssize_t type for sizes in getargs.c

Fix compiler warnings on Windows 64-bit
Python/getargs.c