mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +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
1
PC/python3dll.c
generated
1
PC/python3dll.c
generated
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue