gh-143943: add missing header file for pycore_optimizer_types.h (GH-143947)

This commit is contained in:
Hai Zhu 2026-01-17 20:26:19 +08:00 committed by GitHub
parent bb25f7280a
commit 7d151e552c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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)