Skip to content

Commit ee8381f

Browse files
Fix and optimize _GUARD_CODE_VERSION_*
1 parent 99e2c5e commit ee8381f

File tree

12 files changed

+3052
-1157
lines changed

12 files changed

+3052
-1157
lines changed

Include/internal/pycore_optimizer_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ typedef struct _Py_UOpsAbstractFrame {
140140
int stack_len;
141141
int locals_len;
142142
bool caller; // We have made a call from this frame during the trace
143+
bool known_callee;
143144
PyFunctionObject *func;
144145
PyCodeObject *code;
145146

0 commit comments

Comments
 (0)