We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9428c7b commit 20a4955Copy full SHA for 20a4955
Python/bytecodes.c
@@ -14,6 +14,7 @@
14
#include "pycore_function.h"
15
#include "pycore_instruments.h"
16
#include "pycore_intrinsics.h"
17
+#include "pycore_list.h" // _PyListIterObject()
18
#include "pycore_long.h" // _PyLong_GetZero()
19
#include "pycore_moduleobject.h" // PyModuleObject
20
#include "pycore_object.h" // _PyObject_GC_TRACK()
0 commit comments