mirror of
https://github.com/python/cpython.git
synced 2025-09-06 17:02:26 +00:00
bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)
This commit is contained in:
parent
944fffee89
commit
ac4ffd3be2
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue