summaryrefslogtreecommitdiffstats
path: root/Doc/data
diff options
context:
space:
mode:
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>2021-10-21 08:46:48 (GMT)
committerGitHub <noreply@github.com>2021-10-21 08:46:48 (GMT)
commit2cbf50e8126905b57ba9d0d5aa4e238c817d5a03 (patch)
treef587c7b135a5ef94b54ebdc7716ec81ef956131c /Doc/data
parent7c4d96103c4e16161e9aed9a584c9857d0674099 (diff)
downloadcpython-2cbf50e8126905b57ba9d0d5aa4e238c817d5a03.zip
cpython-2cbf50e8126905b57ba9d0d5aa4e238c817d5a03.tar.gz
cpython-2cbf50e8126905b57ba9d0d5aa4e238c817d5a03.tar.bz2
bpo-44220: Export PyStructSequence_UnnamedField in the limited API (GH-26331)
Diffstat (limited to 'Doc/data')
-rw-r--r--Doc/data/stable_abi.dat1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat
index b41027d..46ee321 100644
--- a/Doc/data/stable_abi.dat
+++ b/Doc/data/stable_abi.dat
@@ -569,6 +569,7 @@ function,PyStructSequence_GetItem,3.2,
function,PyStructSequence_New,3.2,
function,PyStructSequence_NewType,3.2,
function,PyStructSequence_SetItem,3.2,
+var,PyStructSequence_UnnamedField,3.11,
var,PySuper_Type,3.2,
function,PySys_AddWarnOption,3.2,
function,PySys_AddWarnOptionUnicode,3.2,