summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2021-05-01 01:21:19 (GMT)
committerGitHub <noreply@github.com>2021-05-01 01:21:19 (GMT)
commit558df9010915c8fe94f4d7f842e7c5aabbb06b14 (patch)
treebf0a029773e0ab1e563490d5f4560554f277c1f9 /Misc
parent251ffa9d2b16b091046720628deb6a7906c35d29 (diff)
downloadcpython-558df9010915c8fe94f4d7f842e7c5aabbb06b14.zip
cpython-558df9010915c8fe94f4d7f842e7c5aabbb06b14.tar.gz
cpython-558df9010915c8fe94f4d7f842e7c5aabbb06b14.tar.bz2
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/stable_abi.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/stable_abi.txt b/Misc/stable_abi.txt
index 2a802bd..d79746e 100644
--- a/Misc/stable_abi.txt
+++ b/Misc/stable_abi.txt
@@ -2121,6 +2121,8 @@ function PyObject_GetAiter
added 3.10
data PyExc_EncodingWarning
added 3.10
+function _PyStructSequence_InitType
+ added 3.10
# Support for Stable ABI in debug builds