From 22706843e0211a42a0e1b9e3b3b2527e9c2f546b Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 19 Mar 2025 18:46:24 +0100 Subject: gh-131238: Remove many includes from pycore_interp.h (#131472) --- Python/gc_free_threading.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Python/gc_free_threading.c') diff --git a/Python/gc_free_threading.c b/Python/gc_free_threading.c index 36b6eca1edd..713a48744df 100644 --- a/Python/gc_free_threading.c +++ b/Python/gc_free_threading.c @@ -10,6 +10,7 @@ #include "pycore_object_alloc.h" // _PyObject_MallocWithType() #include "pycore_pystate.h" // _PyThreadState_GET() #include "pycore_tstate.h" // _PyThreadStateImpl +#include "pycore_tuple.h" // _PyTuple_MaybeUntrack() #include "pycore_weakref.h" // _PyWeakref_ClearRef() #include "pydtrace.h" -- cgit v1.2.3