mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
abfc4d838a
sizeof(Py_ssize_t *) == sizeof(Py_ssize_t) but it's not a portable assumption. CID 486403