]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107015: Remove async_hacks from the tokenizer (#107018)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 26 Jul 2023 15:34:15 +0000 (16:34 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Jul 2023 15:34:15 +0000 (16:34 +0100)
commitda8f87b7ea421894c41dfc37f578e03409c5d280
treeb48f7099f287b2269a25ab7476fae45c06182f05
parentb0202a4e5d6b629ba5acbc703e950f08ebaf07df
gh-107015: Remove async_hacks from the tokenizer (#107018)
20 files changed:
Doc/library/ast.rst
Doc/library/token-list.inc
Doc/library/token.rst
Grammar/Tokens
Grammar/python.gram
Include/internal/pycore_token.h
Lib/test/test_peg_generator/test_c_parser.py
Lib/test/test_tokenize.py
Lib/test/test_type_comments.py
Lib/token.py
Misc/NEWS.d/next/Core and Builtins/2023-07-22-14-35-38.gh-issue-107015.Ghp58t.rst [new file with mode: 0644]
Parser/parser.c
Parser/pegen.c
Parser/pegen.h
Parser/token.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/Python-tokenize.c
Tools/peg_generator/pegen/keywordgen.py
Tools/peg_generator/pegen/python_generator.py