]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-126240: handle `NULL` returned by `_Py_asdl_expr_seq_new` (GH-126241)...
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Thu, 31 Oct 2024 15:04:17 +0000 (16:04 +0100)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2024 15:04:17 +0000 (15:04 +0000)
commit3416ffaa0844477e006eb1245992262d4cf2e69a
tree5c2041cbd9a8f2643646d1b712971af4b46dd8df
parent90de322b32a72c69afafa2fb879676923357cf3a
[3.12] gh-126240: handle `NULL` returned by  `_Py_asdl_expr_seq_new` (GH-126241) (#126245)

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