diff options
author | Petr Viktorin <encukou@gmail.com> | 2022-04-21 16:03:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-21 16:03:25 (GMT) |
commit | ac4ffd3be2049591701fee9f054191cce5ab9762 (patch) | |
tree | 4141772b5b094bd33e3d5ad6b1d91be159101a96 /Tools | |
parent | 944fffee8916cb94321fa33cd3a43f4108717746 (diff) | |
download | cpython-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-x | Tools/scripts/stable_abi.py | 1 |
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 |