aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/gc.c')
-rw-r--r--Python/gc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/gc.c b/Python/gc.c
index f2a88657e8d..ff0fa636bd6 100644
--- a/Python/gc.c
+++ b/Python/gc.c
@@ -12,7 +12,9 @@
#include "pycore_object_alloc.h" // _PyObject_MallocWithType()
#include "pycore_pyerrors.h"
#include "pycore_pystate.h" // _PyThreadState_GET()
+#include "pycore_tuple.h" // _PyTuple_MaybeUntrack()
#include "pycore_weakref.h" // _PyWeakref_ClearRef()
+
#include "pydtrace.h"
#ifndef Py_GIL_DISABLED