cpython/Parser
Miss Islington (bot) 80042384b4
[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 94639f6b71)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2024-10-31 14:57:11 +00:00
..
lexer
tokenizer
action_helpers.c [3.13] gh-126240: handle NULL returned by _Py_asdl_expr_seq_new (GH-126241) (#126243) 2024-10-31 14:57:11 +00:00
asdl.py
asdl_c.py [3.13] gh-126105: Fix crash in ast module, when ._fields is deleted (GH-126115) (#126130) 2024-10-29 16:07:32 +00:00
myreadline.c
parser.c
peg_api.c
pegen.c
pegen.h
pegen_errors.c
Python.asdl
string_parser.c [3.13] gh-124064: Fix -Wconversion warnings in Parser/string_parser.c (GH-124204) (#124216) 2024-09-29 18:13:13 -07:00
string_parser.h
token.c