diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-09-18 11:44:11 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-09-18 11:44:11 (GMT) |
commit | 4a0d1e7c36f8ce2720fa6121b61bd048a87714ed (patch) | |
tree | 5e038d940e81ccf87d82c18eccf1a7ce89268c7f /Python/pyhash.c | |
parent | 9a8b177e60cc5cc6d5105519c0df8fb185211e1d (diff) | |
download | cpython-4a0d1e7c36f8ce2720fa6121b61bd048a87714ed.zip cpython-4a0d1e7c36f8ce2720fa6121b61bd048a87714ed.tar.gz cpython-4a0d1e7c36f8ce2720fa6121b61bd048a87714ed.tar.bz2 |
odictobject.c: fix compiler warning
PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid
overflow.
Diffstat (limited to 'Python/pyhash.c')
0 files changed, 0 insertions, 0 deletions