Skip to content

Commit 21c4003

Browse files
committed
fix
1 parent 4e64df6 commit 21c4003

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Python/ceval.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,6 @@ stop_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
14601460
if (!_PyErr_Occurred(tstate) && !_is_sys_tracing) {
14611461
err = _PyOptimizer_Optimize(frame, tstate);
14621462
}
1463-
<<<<<<< HEAD
14641463
_PyThreadStateImpl *_tstate = (_PyThreadStateImpl *)tstate;
14651464
// Deal with backoffs
14661465
_PyJitTracerState *tracer = _tstate->jit_tracer_state;

0 commit comments

Comments
 (0)