diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-17 00:57:58 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-17 00:57:58 +0200 |
commit | f5fd332a1c4abc1b374c7c618aa59857da29ce91 (patch) | |
tree | 97ab10bc7e5648b3c239e532076ecb2733fd466a /Python/pythonrun.c | |
parent | c2fab8cf06e319da020edd0e2d757ddfe72591bf (diff) | |
download | cpython-f5fd332a1c4abc1b374c7c618aa59857da29ce91.tar.gz |
Issue #18408: Handle PyArena_AddPyObject() failure in ast.c
PyList_Append() (called by PyArena_AddPyObject()) can fail because of a
MemoryError for example.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions