8000 gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633) · python/cpython@9a12f5d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a12f5d

Browse files
authored
gh-106023: Update What's New in 3.13: _PyObject_FastCall() (#117633)
The function _PyObject_FastCall() was restored.
1 parent a770266 commit 9a12f5d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2006,11 +2006,6 @@ Removed
20062006

2007< 7867 code>2007
(Contributed by Victor Stinner in :gh:`105182`.)
20082008

2009-
* Remove private ``_PyObject_FastCall()`` function:
2010-
use ``PyObject_Vectorcall()`` which is available since Python 3.8
2011-
(:pep:`590`).
2012-
(Contributed by Victor Stinner in :gh:`106023`.)
2013-
20142009
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
20152010
(Contributed by Victor Stinner in :gh:`106316`.)
20162011

0 commit comments

Comments
 (0)
0