Skip to content

Commit a25c02e

Browse files
authored
Revert "gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)" (#117676)
This reverts commit 9a12f5d. I was wrong: the _PyObject_FastCall() function was removed. But we kept the _PyObject_FastCallDict() function.
1 parent 6edde8a commit a25c02e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/whatsnew/3.13.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2030,6 +2030,11 @@ Removed
20302030

20312031
(Contributed by Victor Stinner in :gh:`105182`.)
20322032

2033+
* Remove private ``_PyObject_FastCall()`` function:
2034+
use ``PyObject_Vectorcall()`` which is available since Python 3.8
2035+
(:pep:`590`).
2036+
(Contributed by Victor Stinner in :gh:`106023`.)
2037+
20332038
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
20342039
(Contributed by Victor Stinner in :gh:`106316`.)
20352040

0 commit comments

Comments
 (0)