We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
end_lineno
end_col_offset
Unlike AST nodes for 3.10 match syntax, AST nodes for 3.12 type param syntax (PEP 695) do not require end_lineno nor end_col_offset.
For 3.10 match syntax, this question was discussed here, and it was decided to require them.
Context: see end_lineno and end_col_offset creation in 3.8 by #11605.
cpython/Parser/Python.asdl
Lines 148 to 151 in bb578a0
Python 3.12.0b3
end_{lineno,col_offset}
type_param
Bug report
Unlike AST nodes for 3.10 match syntax, AST nodes for 3.12 type param syntax (PEP 695) do not require
end_linenonorend_col_offset.For 3.10 match syntax, this question was discussed here, and it was decided to require them.
Context: see end_lineno and end_col_offset creation in 3.8 by #11605.
cpython/Parser/Python.asdl
Lines 148 to 151 in bb578a0
Your environment
Python 3.12.0b3
Linked PRs
end_{lineno,col_offset}required ontype_paramnodes #106224end_{lineno,col_offset}required ontype_paramnodes (GH-106224) #106295