From c2931d31f8ba7cf10044de276018c713ffc73592 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Mon, 3 May 2021 15:50:24 +0100 Subject: bpo-43916: Move the _PyStructSequence_InitType function to the internal API (GH-25854) --- Python/sysmodule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 2190bbf37f..ac49f7867a 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -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() -- cgit v1.2.1