This reverts commit 9a12f5d1c19dee1f89684be776680aeaf117be5b. 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`.)
|
(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.
|
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
|
||||||
(Contributed by Victor Stinner in :gh:`106316`.)
|
(Contributed by Victor Stinner in :gh:`106316`.)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user