cpython/Parser
Markus Mohrhard 1447af7970
gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906)
* gh-106905: avoid incorrect SystemError about recursion depth mismatch

* Update Misc/NEWS.d/next/Core and Builtins/2023-07-20-11-41-16.gh-issue-106905.AyZpuB.rst

---------

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2023-11-13 13:05:17 +00:00
..
lexer
tokenizer
action_helpers.c Simplify _PyPegen_join_names_with_dot() (GH-111602) 2023-11-01 16:25:36 +02:00
asdl.py
asdl_c.py gh-106905: avoid incorrect SystemError about recursion depth mismatch (#106906) 2023-11-13 13:05:17 +00:00
myreadline.c
parser.c gh-111420: Allow type comments in parenthesized with statements (#111468) 2023-10-31 21:02:42 +00:00
peg_api.c
pegen.c
pegen.h
pegen_errors.c
Python.asdl
string_parser.c
string_parser.h
token.c