bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)

This commit is contained in:
Pablo Galindo 2021-05-03 15:50:24 +01:00 committed by GitHub
parent 440c025726
commit c2931d31f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 26 additions and 9 deletions

View file

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