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.
1 parent b626b11 commit 45da743Copy full SHA for 45da743
Doc/whatsnew/3.8.rst
@@ -1454,6 +1454,8 @@ Changes in the C API
1454
* The :c:func:`PyCode_New` has a new parameter in the second position (*posonlyargcount*)
1455
to support :pep:`570`, indicating the number of positional-only arguments.
1456
1457
+* The functions :c:func:`PyNode_AddChild` and :c:func:`PyParser_AddToken` now accept
1458
+ two additional ``int`` arguments *end_lineno* and *end_col_offset*.
1459
1460
CPython bytecode changes
1461
------------------------
0 commit comments