cpython/Parser
Pablo Galindo Salgado dc73199a21
[3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214)
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>.
(cherry picked from commit e9898bf153)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2021-12-20 16:23:37 +00:00
..
asdl.py
asdl_c.py
myreadline.c
parser.c [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) 2021-12-20 16:23:37 +00:00
peg_api.c
pegen.c [3.10] bpo-46110: Add a recursion check to avoid stack overflow in the PEG parser (GH-30177) (GH-30214) 2021-12-20 16:23:37 +00:00
pegen.h [3.10] bpo-46004: Fix error location for loops with invalid targets (GH-29959). (GH-29961) 2021-12-07 15:23:33 +00:00
pegen_errors.c [3.10] bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses. (GH-29767) 2021-11-25 01:01:40 +00:00
Python.asdl
string_parser.c [3.10] bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) (GH-28943) 2021-10-14 20:02:20 +03:00
string_parser.h
token.c
tokenizer.c bpo-46054: Fix parsing error when parsing non-utf8 characters in source files (GH-30068) (GH-30069) 2021-12-12 16:52:49 +00:00
tokenizer.h [3.10] Ensure the str member of the tokenizer is always initialised (GH-29681). (GH-29683) 2021-11-21 04:15:22 +00:00