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 949b5ec commit cac414cCopy full SHA for cac414c
Include/internal/pycore_optimizer_types.h
@@ -8,6 +8,7 @@ extern "C" {
8
# error "this header requires Py_BUILD_CORE define"
9
#endif
10
11
+#include <stdbool.h>
12
#include "pycore_uop.h" // UOP_MAX_TRACE_LENGTH
13
14
// Holds locals, stack, locals, stack ... (in that order)
0 commit comments