Skip to content

Commit

Permalink
pythongh-106023: Update What's New in 3.13: _PyObject_FastCall() (pyt…
Browse files Browse the repository at this point in the history
…hon#117633)

The function _PyObject_FastCall() was restored.
  • Loading branch information
vstinner committed Apr 8, 2024
1 parent a770266 commit 9a12f5d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2006,11 +2006,6 @@ 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 9a12f5d

Please sign in to comment.