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 6edde8a commit a25c02eCopy full SHA for a25c02e
1 file changed
Doc/whatsnew/3.13.rst
@@ -2030,6 +2030,11 @@ Removed
2030
2031
(Contributed by Victor Stinner in :gh:`105182`.)
2032
2033
+* Remove private ``_PyObject_FastCall()`` function:
2034
+ use ``PyObject_Vectorcall()`` which is available since Python 3.8
2035
+ (:pep:`590`).
2036
+ (Contributed by Victor Stinner in :gh:`106023`.)
2037
+
2038
* Remove ``cpython/pytime.h`` header file: it only contained private functions.
2039
(Contributed by Victor Stinner in :gh:`106316`.)
2040
0 commit comments