Skip to content

Commit ac4ffd3

Browse files
authored
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
1 parent 944fffe commit ac4ffd3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
:c:func:`PyOS_CheckStack` is now exported in the Stable ABI on Windows.

PC/python3dll.c

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tools/scripts/stable_abi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
WINDOWS_IFDEFS = frozenset({
5959
'MS_WINDOWS',
6060
'PY_HAVE_THREAD_NATIVE_ID',
61+
'USE_STACKCHECK',
6162
})
6263

6364
# The stable ABI manifest (Misc/stable_abi.txt) exists only to fill the

0 commit comments

Comments
 (0)