mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
This commit is contained in:
parent
cc9160a29b
commit
656dad702d
18 changed files with 152 additions and 13 deletions
3
Doc/data/stable_abi.dat
generated
3
Doc/data/stable_abi.dat
generated
|
@ -783,6 +783,8 @@ function,PyUnicode_WriteChar,3.7,,
|
|||
type,PyVarObject,3.2,,members
|
||||
member,PyVarObject.ob_base,3.2,,
|
||||
member,PyVarObject.ob_size,3.2,,
|
||||
function,PyVectorcall_Call,3.12,,
|
||||
function,PyVectorcall_NARGS,3.12,,
|
||||
type,PyWeakReference,3.2,,opaque
|
||||
function,PyWeakref_GetObject,3.2,,
|
||||
function,PyWeakref_NewProxy,3.2,,
|
||||
|
@ -883,4 +885,5 @@ type,symtable,3.2,,opaque
|
|||
type,ternaryfunc,3.2,,
|
||||
type,traverseproc,3.2,,
|
||||
type,unaryfunc,3.2,,
|
||||
type,vectorcallfunc,3.12,,
|
||||
type,visitproc,3.2,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue