bpo-47169: Export PyOS_CheckStack on Windows (GH-32414)

This commit is contained in:
Petr Viktorin 2022-04-21 18:03:25 +02:00 committed by GitHub
parent 944fffee89
commit ac4ffd3be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1 @@
:c:func:`PyOS_CheckStack` is now exported in the Stable ABI on Windows.

1
PC/python3dll.c generated
View file

@ -484,6 +484,7 @@ EXPORT_FUNC(PyObject_SetItem)
EXPORT_FUNC(PyObject_Size)
EXPORT_FUNC(PyObject_Str)
EXPORT_FUNC(PyObject_Type)
EXPORT_FUNC(PyOS_CheckStack)
EXPORT_FUNC(PyOS_double_to_string)
EXPORT_FUNC(PyOS_FSPath)
EXPORT_FUNC(PyOS_getsig)

View file

@ -58,6 +58,7 @@
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