cpython/Parser
Dennis Sweeney 86617518c4
gh-108179: Add error message for parser stack overflows (#108256)
2023-08-22 08:41:50 +01:00
..
Python.asdl gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (#106224) 2023-06-30 23:45:08 +00:00
action_helpers.c gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401) 2023-07-04 14:19:08 +02:00
asdl.py
asdl_c.py gh-108216: Cleanup #include in internal header files (#108228) 2023-08-21 18:05:59 +00:00
myreadline.c gh-106320: Remove _PyOS_ReadlineTState API (#107034) 2023-07-22 14:45:56 +00:00
parser.c gh-108179: Add error message for parser stack overflows (#108256) 2023-08-22 08:41:50 +01:00
peg_api.c
pegen.c gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
pegen.h gh-108179: Add error message for parser stack overflows (#108256) 2023-08-22 08:41:50 +01:00
pegen_errors.c gh-108179: Add error message for parser stack overflows (#108256) 2023-08-22 08:41:50 +01:00
string_parser.c gh-106320: Remove _PyBytes_Join() C API (#107144) 2023-07-23 20:10:12 +00:00
string_parser.h gh-102856: Initial implementation of PEP 701 (#102855) 2023-04-19 11:18:16 -05:00
token.c gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
tokenizer.c gh-107967: Fix infinite recursion on invalid escape sequence warning (#107968) 2023-08-15 11:26:42 +00:00
tokenizer.h gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00