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