]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102856: Initial implementation of PEP 701 (#102855)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 19 Apr 2023 16:18:16 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Apr 2023 16:18:16 +0000 (11:18 -0500)
commit1ef61cf71a218c71860ff6aecf0fd51edb8b65dc
treed0c4995cac9cb660b66498419d528254f26baf54
parenta6b07b5a345f7f54ee9f6d75e81d2fb55971b35c
gh-102856: Initial implementation of PEP 701 (#102855)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com>
27 files changed:
Doc/library/token-list.inc
Grammar/Tokens
Grammar/python.gram
Include/internal/pycore_token.h
Lib/test/test_ast.py
Lib/test/test_cmd_line_script.py
Lib/test/test_eof.py
Lib/test/test_exceptions.py
Lib/test/test_fstring.py
Lib/test/test_tokenize.py
Lib/test/test_type_comments.py
Lib/token.py
Misc/NEWS.d/next/Core and Builtins/2023-04-17-16-00-32.gh-issue-102856.UunJ7y.rst [new file with mode: 0644]
Parser/action_helpers.c
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Parser/pegen_errors.c
Parser/string_parser.c
Parser/string_parser.h
Parser/token.c
Parser/tokenizer.c
Parser/tokenizer.h
Programs/test_frozenmain.h
Python/Python-tokenize.c
Tools/build/generate_token.py
Tools/peg_generator/pegen/c_generator.py