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 b3c3977 commit 8a1f93eCopy full SHA for 8a1f93e
Include/internal/pycore_tuple.h
@@ -8,7 +8,7 @@ extern "C" {
8
# error "this header requires Py_BUILD_CORE define"
9
#endif
10
11
-#include "pycore_gc.h" // _PyObject_GC_IS_TRACKED
+#include "pycore_object.h" // _PyObject_GC_IS_TRACKED
12
#include "pycore_structs.h" // _PyStackRef
13
14
extern void _PyTuple_MaybeUntrack(PyObject *);
0 commit comments