File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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 `).
You can’t perform that action at this time.
0 commit comments