bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)

This commit is contained in:
Pablo Galindo 2021-05-01 02:21:19 +01:00 committed by GitHub
parent 251ffa9d2b
commit 558df90109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -35,6 +35,7 @@ EXPORT_FUNC(_PyObject_GC_Resize)
EXPORT_FUNC(_PyObject_New)
EXPORT_FUNC(_PyObject_NewVar)
EXPORT_FUNC(_PyState_AddModule)
EXPORT_FUNC(_PyStructSequence_InitType)
EXPORT_FUNC(_PyThreadState_Init)
EXPORT_FUNC(_PyThreadState_Prealloc)
EXPORT_FUNC(_PyTrash_deposit_object)