Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb5048e

Browse filesBrowse files
authored
gh-112026: Update What's New: _PyObject_Vectorcall() was restored (#112171)
1 parent 7405745 commit cb5048e
Copy full SHA for cb5048e

File tree

Expand file treeCollapse file tree

1 file changed

+0
-14
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-14
lines changed

‎Doc/whatsnew/3.13.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.13.rst
-14Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,20 +1399,6 @@ Removed
13991399

14001400
(Contributed by Victor Stinner in :gh:`105182`.)
14011401

1402-
* Remove the old aliases to functions calling functions which were kept for
1403-
backward compatibility with Python 3.8 provisional API:
1404-
1405-
* ``_PyObject_CallMethodNoArgs()``: use ``PyObject_CallMethodNoArgs()``
1406-
* ``_PyObject_CallMethodOneArg()``: use ``PyObject_CallMethodOneArg()``
1407-
* ``_PyObject_CallOneArg()``: use ``PyObject_CallOneArg()``
1408-
* ``_PyObject_FastCallDict()``: use ``PyObject_VectorcallDict()``
1409-
* ``_PyObject_Vectorcall()``: use ``PyObject_Vectorcall()``
1410-
* ``_PyObject_VectorcallMethod()``: use ``PyObject_VectorcallMethod()``
1411-
* ``_PyVectorcall_Function()``: use ``PyVectorcall_Function()``
1412-
1413-
Just remove the underscore prefix to update your code.
1414-
(Contributed by Victor Stinner in :gh:`106084`.)
1415-
14161402
* Remove private ``_PyObject_FastCall()`` function:
14171403
use ``PyObject_Vectorcall()`` which is available since Python 3.8
14181404
(:pep:`590`).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.