Skip to content

Commit 176e78b

Browse files
Don't trace underflows for RESUMEs
1 parent 564677c commit 176e78b

7 files changed

Lines changed: 873 additions & 853 deletions

File tree

Include/internal/pycore_tstate.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ typedef struct _PyJitTracerInitialState {
3636
_Py_CODEUNIT *start_instr;
3737
_Py_CODEUNIT *close_loop_instr;
3838
_Py_CODEUNIT *trace_enter_instr;
39+
struct _PyInterpreterFrame *frame;
3940
} _PyJitTracerInitialState;
4041

4142
typedef struct _PyJitTracerPreviousState {

0 commit comments

Comments
 (0)