mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
This commit is contained in:
parent
440c025726
commit
c2931d31f8
10 changed files with 26 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue