Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a770266 commit 9a12f5dCopy full SHA for 9a12f5d
1 file changed
Doc/whatsnew/3.13.rst
@@ -2006,11 +2006,6 @@ Removed
2006
2007
(Contributed by Victor Stinner in :gh:`105182`.)
2008
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
-
2014
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
2015
(Contributed by Victor Stinner in :gh:`106316`.)
2016
0 commit comments