summaryrefslogtreecommitdiffstats
path: root/Doc/data
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2022-08-08 12:12:05 (GMT)
committerGitHub <noreply@github.com>2022-08-08 12:12:05 (GMT)
commit656dad702d3b25bf678ee9bd7109d98876946258 (patch)
treed532248aca4a64f0ad9fb431f34398c1afc05ff5 /Doc/data
parentcc9160a29bc3356ced92348bcd8e6668c67167c9 (diff)
downloadcpython-656dad702d3b25bf678ee9bd7109d98876946258.zip
cpython-656dad702d3b25bf678ee9bd7109d98876946258.tar.gz
cpython-656dad702d3b25bf678ee9bd7109d98876946258.tar.bz2
gh-93274: Expose receiving vectorcall in the Limited API (GH-95717)
Diffstat (limited to 'Doc/data')
-rw-r--r--Doc/data/stable_abi.dat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat
index 82cd579..fde62ea 100644
--- a/Doc/data/stable_abi.dat
+++ b/Doc/data/stable_abi.dat
@@ -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,,