]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Jul 2023 00:15:18 +0000 (17:15 -0700)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2023 00:15:18 +0000 (00:15 +0000)
commit0616c83f57a8d2fd62d12ddaba987052c5015260
tree8977e6011ae7b1e69e0ef949a5ff4f2f6c68b85e
parentd6a5a30669b1bb383f05208299fa911720d4d88b
[3.12] gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (GH-106224) (#106295)

gh-106145: Make `end_{lineno,col_offset}` required on `type_param` nodes (GH-106224)
(cherry picked from commit 46c1097868745eeb47abbc8af8c34e8fcb80ff1d)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_unparse.py
Misc/NEWS.d/next/Core and Builtins/2023-06-29-09-46-41.gh-issue-106145.QC6-Kq.rst [new file with mode: 0644]
Parser/Python.asdl
Python/Python-ast.c