]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111420: Allow type comments in parenthesized `with` statements (#111468)
authorTomas R <tomas.roun8@gmail.com>
Tue, 31 Oct 2023 21:02:42 +0000 (22:02 +0100)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2023 21:02:42 +0000 (21:02 +0000)
commit453e96e3020d38cfcaebf82b24cb681c6384fa82
treeb6b2cd480808d77e219d6aec46d9a6e055720b4b
parentfaa5f6053d7334a3ecc513c64947ac026439c03a
gh-111420: Allow type comments in parenthesized `with` statements (#111468)
Grammar/python.gram
Lib/test/test_ast.py
Lib/test/test_type_comments.py
Misc/NEWS.d/next/Core and Builtins/2023-10-29-20-11-21.gh-issue-111420.IUT-GK.rst [new file with mode: 0644]
Parser/parser.c