diff options
author | Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com> | 2021-10-21 08:46:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 08:46:48 (GMT) |
commit | 2cbf50e8126905b57ba9d0d5aa4e238c817d5a03 (patch) | |
tree | f587c7b135a5ef94b54ebdc7716ec81ef956131c /PC/python3dll.c | |
parent | 7c4d96103c4e16161e9aed9a584c9857d0674099 (diff) | |
download | cpython-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-x | PC/python3dll.c | 1 |
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) |