Skip to content

Commit ed46143

Browse files
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
(cherry picked from commit 1867b46) Co-authored-by: Victor Stinner <[email protected]>
1 parent 0955f68 commit ed46143

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,9 +2113,6 @@ Changes in the C API
21132113

21142114
(Contributed by Antoine Pitrou in :issue:`32388`.)
21152115

2116-
* The :c:func:`PyCode_New` has a new parameter in the second position (*posonlyargcount*)
2117-
to support :pep:`570`, indicating the number of positional-only arguments.
2118-
21192116
* The functions :c:func:`PyNode_AddChild` and :c:func:`PyParser_AddToken` now accept
21202117
two additional ``int`` arguments *end_lineno* and *end_col_offset*.
21212118

0 commit comments

Comments
 (0)