[Python-checkins] bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)

miss-islington webhook-mailer at python.org
Tue Dec 1 10:34:12 EST 2020


https://github.com/python/cpython/commit/d9d63f13cf5b6b896c245099c42b08f6da083d05
commit: d9d63f13cf5b6b896c245099c42b08f6da083d05
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2020-12-01T07:34:01-08:00
summary:

bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)

(cherry picked from commit 1867b462de427bcb8dfbcd256028410aea6ae929)

Co-authored-by: Victor Stinner <vstinner at python.org>

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index ce386c0556cc2..1a192800b2f02 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -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*.
 



More information about the Python-checkins mailing list