mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
gh-106023: Remove _PyObject_FastCallTstate() function (#106273)
This commit is contained in:
parent
f3cf2ddd8d
commit
80b3d8f337
3 changed files with 6 additions and 30 deletions
|
@ -113,19 +113,6 @@ function as with any other callable.
|
|||
:c:func:`PyObject_Vectorcall` will usually be most efficient.
|
||||
|
||||
|
||||
.. note::
|
||||
|
||||
In CPython 3.8, the vectorcall API and related functions were available
|
||||
provisionally under names with a leading underscore:
|
||||
``_PyObject_Vectorcall``, ``_Py_TPFLAGS_HAVE_VECTORCALL``,
|
||||
``_PyObject_VectorcallMethod``, ``_PyVectorcall_Function``,
|
||||
``_PyObject_CallOneArg``, ``_PyObject_CallMethodNoArgs``,
|
||||
``_PyObject_CallMethodOneArg``.
|
||||
Additionally, ``PyObject_VectorcallDict`` was available as
|
||||
``_PyObject_FastCallDict``.
|
||||
The old names are still defined as aliases of the new, non-underscored names.
|
||||
|
||||
|
||||
Recursion Control
|
||||
.................
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue