Skip to content

Commit cb5048e

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

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Doc/whatsnew/3.13.rst

-14
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)