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 ff80660 commit 01ae38aCopy full SHA for 01ae38a
Include/internal/pycore_gc.h
@@ -9,6 +9,7 @@ extern "C" {
9
#endif
10
11
#include "pycore_interp_structs.h" // PyGC_Head
12
+#include "pycore_pystate.h" // _PyInterpreterState_GET()
13
#include "pycore_typedefs.h" // _PyInterpreterFrame
14
15
0 commit comments