SIGN IN SIGN UP

odictobject.c: fix compiler warning

PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid
overflow.
V
Victor Stinner committed
4a0d1e7c36f8ce2720fa6121b61bd048a87714ed
Parent: 9a8b177