cpython/Parser
2025-10-29 13:27:35 +00:00
..
lexer gh-140576: Fixed crash produced by lexer in case of dedented zero byte (#140583) 2025-10-29 13:27:35 +00:00
tokenizer
action_helpers.c
asdl.py
asdl_c.py gh-140471: Fix buffer overflow in AST node initialization with malformed _fields (#140506) 2025-10-23 15:35:21 +00:00
myreadline.c
parser.c gh-138944: Fix SyntaxError message for invalid syntax following valid import-as statement (#138945) 2025-10-26 22:35:21 +00:00
peg_api.c
pegen.c
pegen.h
pegen_errors.c
Python.asdl
string_parser.c
string_parser.h
token.c