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

@ -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()