0
0
mirror of https://github.com/python/cpython.git synced 2024-11-21 21:09:37 +01:00
cpython/Parser
Bénédikt Tran 3416ffaa08
[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`
2024-10-31 15:04:17 +00:00
..
action_helpers.c [3.12] gh-126240: handle NULL returned by _Py_asdl_expr_seq_new (GH-126241) (#126245) 2024-10-31 15:04:17 +00:00
asdl_c.py [3.12] gh-126105: Fix crash in ast module, when ._fields is delet… (#126132) 2024-10-29 20:20:40 +02:00
asdl.py
myreadline.c
parser.c
peg_api.c
pegen_errors.c
pegen.c [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-121903, GH-122303) (#123065) 2024-09-27 13:28:48 -07:00
pegen.h
Python.asdl
string_parser.c
string_parser.h
token.c
tokenizer.c
tokenizer.h