https://github.com/python/cpython/commit/7d151e552c275e8bec212b4d4fa1e44fb073096b
commit: 7d151e552c275e8bec212b4d4fa1e44fb073096b
branch: main
author: Hai Zhu <[email protected]>
committer: Fidget-Spinner <[email protected]>
date: 2026-01-17T12:26:19Z
summary:
gh-143943: add missing header file for `pycore_optimizer_types.h` (GH-143947)
files:
M Include/internal/pycore_optimizer_types.h
diff --git a/Include/internal/pycore_optimizer_types.h
b/Include/internal/pycore_optimizer_types.h
index 0a193268c4d618..10828d1027dd09 100644
--- a/Include/internal/pycore_optimizer_types.h
+++ b/Include/internal/pycore_optimizer_types.h
@@ -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)
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]