mirror of
https://github.com/python/cpython.git
synced 2026-07-24 02:46:51 -04:00
74d5f61ebd
* code_sizeof() now uses an unsigned type (size_t) to compute the result. * Fix _PyObject_ComputedDictPointer(): cast _PyObject_VAR_SIZE() to Py_ssize_t, rather than long: it's a different type on 64-bit Windows. * Clarify that _PyObject_VAR_SIZE() uses an unsigned type (size_t).
Source files for various builtin objects