]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-143943: add missing header file for `pycore_optimizer_types.h` (GH-143947)
authorHai Zhu <35182391+cocolato@users.noreply.github.com>
Sat, 17 Jan 2026 12:26:19 +0000 (20:26 +0800)
committerGitHub <noreply@github.com>
Sat, 17 Jan 2026 12:26:19 +0000 (12:26 +0000)
Include/internal/pycore_optimizer_types.h

index 0a193268c4d61856879bd8d6dd8319dfced9c58a..10828d1027dd09bce38f29a3abe9b3e5ee3c0bca 100644 (file)
@@ -8,6 +8,7 @@ extern "C" {
 #  error "this header requires Py_BUILD_CORE define"
 #endif
 
+#include <stdbool.h>
 #include "pycore_uop.h"  // UOP_MAX_TRACE_LENGTH
 
 // Holds locals, stack, locals, stack ... (in that order)