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 b9670a2 commit 42ecb33Copy full SHA for 42ecb33
Python/gc_free_threading.c
@@ -4,6 +4,7 @@
4
#include "pycore_ceval.h" // _Py_set_eval_breaker_bit()
5
#include "pycore_context.h"
6
#include "pycore_dict.h" // _PyInlineValuesSize()
7
+#include "pycore_frame.h" // FRAME_CLEARED
8
#include "pycore_freelist.h" // _PyObject_ClearFreeLists()
9
#include "pycore_initconfig.h"
10
#include "pycore_interp.h" // PyInterpreterState.gc
0 commit comments