]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
authorVictor Stinner <vstinner@python.org>
Tue, 1 Dec 2020 15:22:25 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 15:22:25 +0000 (16:22 +0100)
Doc/whatsnew/3.8.rst

index 6a9fa3415694654cb1a61aafc31c382df6e66a75..0b4820f3333e13a2f5d92c24985bc1103bea7608 100644 (file)
@@ -2113,9 +2113,6 @@ Changes in the C API
 
   (Contributed by Antoine Pitrou in :issue:`32388`.)
 
-* 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*.