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 Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
asdl.py
asdl_c.py
myreadline.c bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) 2021-10-13 15:03:35 +02:00
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.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
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
Python.asdl bpo-45292: [PEP-654] add except* (GH-29581) 2021-12-14 16:48:15 +00:00
string_parser.c bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) 2021-10-14 13:17:00 +03:00
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 Ensure the str member of the tokenizer is always initialised (GH-29681) 2021-11-21 02:06:39 +00:00