Skip to content

Commit

Permalink
Revert "pythongh-106023: Update What's New in 3.13: _PyObject_FastCal…
Browse files Browse the repository at this point in the history
…l() (python#117633)"

This reverts commit 9a12f5d.

I was wrong: the _PyObject_FastCall() function was removed. But we
kept the _PyObject_FastCallDict() function.
  • Loading branch information
vstinner committed Apr 9, 2024
1 parent f2132fc commit 4d0ded5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2010,6 +2010,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`.)

Expand Down

0 comments on commit 4d0ded5

Please sign in to comment.