]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (#126241)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 31 Oct 2024 14:24:07 +0000 (15:24 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 14:24:07 +0000 (17:24 +0300)
commit94639f6b7182c2e1a82f2f907b03b5b15202acfa
tree7a099a06087abbd0ce0f11bb8d47f50e28ce3ea1
parent01415213d72504eafc159721a8f55d57b374fd9c
gh-126240: handle `NULL` returned by  `_Py_asdl_expr_seq_new` (#126241)

check return value of `_Py_asdl_expr_seq_new`
Parser/action_helpers.c