mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
gh-98586: Add vector call APIs to the Limited API (GH-98587)
Expose the facilities for making vector calls through Python's limited API.
This commit is contained in:
parent
d578aaea62
commit
e60892f9db
9 changed files with 170 additions and 18 deletions
2
PC/python3dll.c
generated
2
PC/python3dll.c
generated
|
@ -485,6 +485,8 @@ EXPORT_FUNC(PyObject_SetItem)
|
|||
EXPORT_FUNC(PyObject_Size)
|
||||
EXPORT_FUNC(PyObject_Str)
|
||||
EXPORT_FUNC(PyObject_Type)
|
||||
EXPORT_FUNC(PyObject_Vectorcall)
|
||||
EXPORT_FUNC(PyObject_VectorcallMethod)
|
||||
EXPORT_FUNC(PyOS_CheckStack)
|
||||
EXPORT_FUNC(PyOS_double_to_string)
|
||||
EXPORT_FUNC(PyOS_FSPath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue