From: Victor Stinner Date: Mon, 8 Apr 2024 12:19:43 +0000 (+0200) Subject: gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633) X-Git-Tag: v3.13.0a6~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a12f5d1c19dee1f89684be776680aeaf117be5b;p=thirdparty%2FPython%2Fcpython.git gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633) The function _PyObject_FastCall() was restored. --- diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index c785d4cfa8fd..9e40bf04c49b 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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`.)