bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854)
This commit is contained in:
@@ -24,6 +24,7 @@ Data members:
|
||||
#include "pycore_pymem.h" // _PyMem_SetDefaultAllocator()
|
||||
#include "pycore_pystate.h" // _PyThreadState_GET()
|
||||
#include "pycore_tuple.h" // _PyTuple_FromArray()
|
||||
#include "pycore_structseq.h" // PyStructSequence_InitType()
|
||||
|
||||
#include "code.h"
|
||||
#include "frameobject.h" // PyFrame_GetBack()
|
||||
|
||||
Reference in New Issue
Block a user