mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
4a0d1e7c36
PyObject_Length() returns a P_ssize_t, not an int. Use a Py_ssize_t to avoid overflow.
Source files for various builtin objects