Skip to content

Commit d9d63f1

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 74c40dd commit d9d63f1

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
@@ -2115,9 +2115,6 @@ Changes in the C API
21152115

21162116
(Contributed by Antoine Pitrou in :issue:`32388`.)
21172117

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

0 commit comments

Comments
 (0)