We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb361e8 commit 2740a01Copy full SHA for 2740a01
Python/gc.c
@@ -12,7 +12,9 @@
12
#include "pycore_object_alloc.h" // _PyObject_MallocWithType()
13
#include "pycore_pyerrors.h"
14
#include "pycore_pystate.h" // _PyThreadState_GET()
15
+#include "pycore_tuple.h" // _PyTuple_MaybeUntrack()
16
#include "pycore_weakref.h" // _PyWeakref_ClearRef()
17
+
18
#include "pydtrace.h"
19
20
#ifndef Py_GIL_DISABLED
0 commit comments