]> granicus.if.org Git - python/commitdiff
[3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2019 00:33:34 +0000 (17:33 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 00:33:34 +0000 (17:33 -0700)
I didn't find any entries in the docs about these functions, so I just mentioned them, in "What's New".
(cherry picked from commit 47c2de7725025341318860b9a2601ba7013d27a9)

Co-authored-by: Ivan Levkivskyi <levkivskyi@gmail.com>
https://bugs.python.org/issue33416

Doc/whatsnew/3.8.rst

index 1312a743302278f9808e8cf434a149b3e1204cc4..d79bc03860c13821605cf50de33e64ec099c82ac 100644 (file)
@@ -1454,6 +1454,8 @@ Changes in the C API
 * The :c:func:`PyCode_New` has a new parameter in the second position (*posonlyargcount*)
   to support :pep:`570`, indicating the number of positional-only arguments.
 
+* The functions :c:func:`PyNode_AddChild` and :c:func:`PyParser_AddToken` now accept
+  two additional ``int`` arguments *end_lineno* and *end_col_offset*.
 
 CPython bytecode changes
 ------------------------