File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1399,20 +1399,6 @@ Removed
1399
1399
1400
1400
(Contributed by Victor Stinner in :gh: `105182 `.)
1401
1401
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
-
1416
1402
* Remove private ``_PyObject_FastCall() `` function:
1417
1403
use ``PyObject_Vectorcall() `` which is available since Python 3.8
1418
1404
(:pep: `590 `).
You can’t perform that action at this time.
0 commit comments