summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2022-04-21 16:03:25 (GMT)
committerGitHub <noreply@github.com>2022-04-21 16:03:25 (GMT)
commitac4ffd3be2049591701fee9f054191cce5ab9762 (patch)
tree4141772b5b094bd33e3d5ad6b1d91be159101a96 /Tools
parent944fffee8916cb94321fa33cd3a43f4108717746 (diff)
downloadcpython-ac4ffd3be2049591701fee9f054191cce5ab9762.zip
cpython-ac4ffd3be2049591701fee9f054191cce5ab9762.tar.gz
cpython-ac4ffd3be2049591701fee9f054191cce5ab9762.tar.bz2
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/stable_abi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/scripts/stable_abi.py b/Tools/scripts/stable_abi.py
index 9b90e34..7376a46 100755
--- a/Tools/scripts/stable_abi.py
+++ b/Tools/scripts/stable_abi.py
@@ -58,6 +58,7 @@ IFDEF_DOC_NOTES = {
WINDOWS_IFDEFS = frozenset({
'MS_WINDOWS',
'PY_HAVE_THREAD_NATIVE_ID',
+ 'USE_STACKCHECK',
})
# The stable ABI manifest (Misc/stable_abi.txt) exists only to fill the