Skip to content

Commit 8a1f93e

Browse files
committed
Fix debug builds
1 parent b3c3977 commit 8a1f93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_tuple.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11-
#include "pycore_gc.h" // _PyObject_GC_IS_TRACKED
11+
#include "pycore_object.h" // _PyObject_GC_IS_TRACKED
1212
#include "pycore_structs.h" // _PyStackRef
1313

1414
extern void _PyTuple_MaybeUntrack(PyObject *);

0 commit comments

Comments
 (0)