]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 1 Dec 2020 15:34:01 +0000 (07:34 -0800)
committerGitHub <noreply@github.com>
Tue, 1 Dec 2020 15:34:01 +0000 (07:34 -0800)
(cherry picked from commit 1867b462de427bcb8dfbcd256028410aea6ae929)

Co-authored-by: Victor Stinner <vstinner@python.org>
Doc/whatsnew/3.8.rst

index ce386c0556cc23a0c7d6a1bb6357b7cd87bdc3aa..1a192800b2f0252f0e2c56f7294cee61fa356eeb 100644 (file)
@@ -2115,9 +2115,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*.