mirror of https://github.com/python/cpython
This reverts commit 9a12f5d1c1
.
I was wrong: the _PyObject_FastCall() function was removed. But we
kept the _PyObject_FastCallDict() function.
This commit is contained in:
parent
6edde8a91c
commit
a25c02eaf0
|
@ -2030,6 +2030,11 @@ Removed
|
|||
|
||||
(Contributed by Victor Stinner in :gh:`105182`.)
|
||||
|
||||
* Remove private ``_PyObject_FastCall()`` function:
|
||||
use ``PyObject_Vectorcall()`` which is available since Python 3.8
|
||||
(:pep:`590`).
|
||||
(Contributed by Victor Stinner in :gh:`106023`.)
|
||||
|
||||
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
|
||||
(Contributed by Victor Stinner in :gh:`106316`.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue