odictobject.c: fix compiler warning
PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid overflow.
Showing
Please register or sign in to comment
PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid overflow.