cpython/Parser
Jelle Zijlstra e0422198fb
gh-117486: Improve behavior for user-defined AST subclasses (#118212)
Now, such classes will no longer require changes in Python 3.13 in the normal case.
The test suite for robotframework passes with no DeprecationWarnings under this PR.

I also added a new DeprecationWarning for the case where `_field_types` exists
but is incomplete, since that seems likely to indicate a user mistake.
2024-05-06 15:57:27 -07:00
..
lexer
tokenizer
action_helpers.c
asdl.py
asdl_c.py gh-117486: Improve behavior for user-defined AST subclasses (#118212) 2024-05-06 15:57:27 -07:00
myreadline.c
parser.c gh-116126: Implement PEP 696 (#116129) 2024-05-03 06:17:32 -07:00
peg_api.c
pegen.c
pegen.h
pegen_errors.c gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824) 2024-02-26 12:57:09 +00:00
Python.asdl gh-116126: Implement PEP 696 (#116129) 2024-05-03 06:17:32 -07:00
string_parser.c
string_parser.h
token.c