mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
gh-108179: Add error message for parser stack overflows (GH-108256)
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| action_helpers.c | ||
| asdl.py | ||
| asdl_c.py | ||
| myreadline.c | ||
| parser.c | ||
| peg_api.c | ||
| pegen.c | ||
| pegen.h | ||
| pegen_errors.c | ||
| Python.asdl | ||
| string_parser.c | ||
| string_parser.h | ||
| token.c | ||
| tokenizer.c | ||
| tokenizer.h | ||