Skip to content

Commit 2740a01

Browse files
committed
Fix gc.c
1 parent eb361e8 commit 2740a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Python/gc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
#include "pycore_object_alloc.h" // _PyObject_MallocWithType()
1313
#include "pycore_pyerrors.h"
1414
#include "pycore_pystate.h" // _PyThreadState_GET()
15+
#include "pycore_tuple.h" // _PyTuple_MaybeUntrack()
1516
#include "pycore_weakref.h" // _PyWeakref_ClearRef()
17+
1618
#include "pydtrace.h"
1719

1820
#ifndef Py_GIL_DISABLED

0 commit comments

Comments
 (0)