summaryrefslogtreecommitdiffstats
path: root/PC/python3dll.c
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 /PC/python3dll.c
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 'PC/python3dll.c')
-rwxr-xr-xPC/python3dll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/python3dll.c b/PC/python3dll.c
index 49b51e6..d9e6fd3 100755
--- a/PC/python3dll.c
+++ b/PC/python3dll.c
@@ -842,6 +842,7 @@ EXPORT_DATA(PySeqIter_Type)
EXPORT_DATA(PySet_Type)
EXPORT_DATA(PySetIter_Type)
EXPORT_DATA(PySlice_Type)
+EXPORT_DATA(PyStructSequence_UnnamedField)
EXPORT_DATA(PySuper_Type)
EXPORT_DATA(PyTraceBack_Type)
EXPORT_DATA(PyTuple_Type)