mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
allocated. On PyMem_Realloc failure, _PyCode_SetExtra should free co_extra if co_extra->ce_extras could not be allocated. On PyMem_Realloc success, _PyCode_SetExtra should set all unused slots in co_extra->ce_extras to NULL.
Source files for various builtin objects