]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 17:09:39 +0000 (18:09 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Mar 2016 17:09:39 +0000 (18:09 +0100)
commit21b47117ac061f0ba08219aa1a6d81a4a5a9c483
tree9cf3ee15ad4a19dafbfa26f0f62341a12720129d
parentc44f70770bf629469a5a179b643e53dfeca884ad
_pickle: Fix load_counted_tuple(), use Py_ssize_t for size

Fix a warning on Windows 64-bit.
Modules/_pickle.c