Skip to content

Commit 7d151e5

Browse files
authored
gh-143943: add missing header file for pycore_optimizer_types.h (GH-143947)
1 parent bb25f72 commit 7d151e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_optimizer_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11+
#include <stdbool.h>
1112
#include "pycore_uop.h" // UOP_MAX_TRACE_LENGTH
1213

1314
// Holds locals, stack, locals, stack ... (in that order)

0 commit comments

Comments
 (0)