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 /Misc/stable_abi.txt | |
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 'Misc/stable_abi.txt')
-rw-r--r-- | Misc/stable_abi.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/stable_abi.txt b/Misc/stable_abi.txt index 8e79f52..23e5b96 100644 --- a/Misc/stable_abi.txt +++ b/Misc/stable_abi.txt @@ -2149,6 +2149,8 @@ function PyType_GetName added 3.11 function PyType_GetQualName added 3.11 +data PyStructSequence_UnnamedField + added 3.11 # (Detailed comments aren't really needed for further entries: from here on # we can use version control logs.) |