bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)
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.
B
Brian Coleman committed
6a9122ce6969902e119133dac660bf515616c7dd
Parent: 275104e
Committed by Victor Stinner <victor.stinner@gmail.com>
on 3/2/2017, 10:32:18 AM