mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-43916: Export the _PyStructSequence_InitType to fix build errors in the curses module (GH-25768)
This commit is contained in:
parent
251ffa9d2b
commit
558df90109
4 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue