Skip to content

Commit 42ecb33

Browse files
committed
Update gc_free_threading.c
1 parent b9670a2 commit 42ecb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/gc_free_threading.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "pycore_ceval.h" // _Py_set_eval_breaker_bit()
55
#include "pycore_context.h"
66
#include "pycore_dict.h" // _PyInlineValuesSize()
7+
#include "pycore_frame.h" // FRAME_CLEARED
78
#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
89
#include "pycore_initconfig.h"
910
#include "pycore_interp.h" // PyInterpreterState.gc

0 commit comments

Comments
 (0)