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.
pycore_optimizer_types.h
1 parent bb25f72 commit 7d151e5Copy full SHA for 7d151e5
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