mirror of
https://github.com/python/cpython.git
synced 2026-01-23 23:59:00 +00:00
gh-143943: add missing header file for pycore_optimizer_types.h (GH-143947)
This commit is contained in:
parent
bb25f7280a
commit
7d151e552c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue