0
0
mirror of https://github.com/python/cpython.git synced 2024-11-22 05:26:10 +01:00
cpython/Parser
Pablo Galindo Salgado e9898bf153
bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177)
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
2021-12-20 15:43:26 +00:00
..
action_helpers.c
asdl_c.py
asdl.py
myreadline.c
parser.c bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) 2021-12-20 15:43:26 +00:00
peg_api.c
pegen_errors.c bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757) 2021-11-24 22:21:23 +00:00
pegen.c bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) 2021-12-20 15:43:26 +00:00
pegen.h bpo-46004: Fix error location for loops with invalid targets (GH-29959) 2021-12-07 13:02:15 +00:00
Python.asdl bpo-45292: [PEP-654] add except* (GH-29581) 2021-12-14 16:48:15 +00:00
string_parser.c
string_parser.h
token.c
tokenizer.c bpo-45855: Replaced deprecated PyImport_ImportModuleNoBlock with PyImport_ImportModule (GH-30046) 2021-12-12 10:45:20 +02:00
tokenizer.h