summaryrefslogtreecommitdiffstats
path: root/Doc/data
diff options
context:
space:
mode:
authorDavid Hewitt <mail@davidhewitt.dev>2024-02-15 10:05:20 (GMT)
committerGitHub <noreply@github.com>2024-02-15 10:05:20 (GMT)
commit9e3729bbd77fb9dcaea6a06ac760160136d80b79 (patch)
treec0dee8e8044ce46296c28d1940d8987316db5e4a /Doc/data
parent32f8ab1ab65c13ed70f047ffd780ec1fe303ff1e (diff)
downloadcpython-9e3729bbd77fb9dcaea6a06ac760160136d80b79.zip
cpython-9e3729bbd77fb9dcaea6a06ac760160136d80b79.tar.gz
cpython-9e3729bbd77fb9dcaea6a06ac760160136d80b79.tar.bz2
gh-114626: add PyCFunctionFast and PyCFunctionFastWithKeywords (GH-114627)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Diffstat (limited to 'Doc/data')
-rw-r--r--Doc/data/stable_abi.dat2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat
index def1903..25629b4 100644
--- a/Doc/data/stable_abi.dat
+++ b/Doc/data/stable_abi.dat
@@ -42,6 +42,8 @@ function,PyBytes_Repr,3.2,,
function,PyBytes_Size,3.2,,
var,PyBytes_Type,3.2,,
type,PyCFunction,3.2,,
+type,PyCFunctionFast,3.13,,
+type,PyCFunctionFastWithKeywords,3.13,,
type,PyCFunctionWithKeywords,3.2,,
function,PyCFunction_GetFlags,3.2,,
function,PyCFunction_GetFunction,3.2,,