Issue #18408: Handle PyArena_AddPyObject() failure in ast.c
PyList_Append() (called by PyArena_AddPyObject()) can fail because of a MemoryError for example.
Showing
Please register or sign in to comment
PyList_Append() (called by PyArena_AddPyObject()) can fail because of a MemoryError for example.