gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)

This commit is contained in:
Petr Viktorin 2022-08-08 14:12:05 +02:00 committed by GitHub
parent cc9160a29b
commit 656dad702d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 152 additions and 13 deletions

View file

@ -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,,