mirror of
https://github.com/python/cpython.git
synced 2026-05-15 00:48:35 -04:00
f2a67daca2
This simplifies the rounding in _PyObject_VAR_SIZE, allows to restore the pre-rounding calling sequence, and allows some nice little simplifications in its callers. I'm still making it return a size_t, though.