mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-37221: PyCode_New() didn't change in Python 3.8 (GH-23595)
This commit is contained in:
parent
8acd0e0d49
commit
1867b462de
1 changed files with 0 additions and 3 deletions
|
@ -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*.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue