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

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)