]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (GH-126241)...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 31 Oct 2024 14:57:11 +0000 (15:57 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 14:57:11 +0000 (14:57 +0000)
commit80042384b477519ee2b137a841b5a825675bedf5
treeac62a1ce6d67b9180824d8c612f39239b44a31c7
parent89664d4d482b9873b078df29654e4c3fa8ca066f
[3.13] gh-126240: handle `NULL` returned by  `_Py_asdl_expr_seq_new` (GH-126241) (#126243)

gh-126240: handle `NULL` returned by  `_Py_asdl_expr_seq_new` (GH-126241)

check return value of `_Py_asdl_expr_seq_new`
(cherry picked from commit 94639f6b7182c2e1a82f2f907b03b5b15202acfa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Parser/action_helpers.c