mirror of
https://github.com/python/cpython.git
synced 2026-07-30 05:36:27 -04:00
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 94639f6b71)
Co-authored-by: Bénédikt Tran <[email protected]>