]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)
authorVictor Stinner <vstinner@python.org>
Mon, 8 Apr 2024 12:19:43 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2024 12:19:43 +0000 (12:19 +0000)
The function _PyObject_FastCall() was restored.

Doc/whatsnew/3.13.rst

index c785d4cfa8fdc33d6a0d15af5a8805e1ed8b93f8..9e40bf04c49bfa6f049d02f7e412f281ec28aee7 100644 (file)
@@ -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`.)