Skip to content

Commit b196616

Browse files
Trigger JIT CI
1 parent c3442cd commit b196616

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Python/jit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,5 @@ _PyJIT_Free(_PyExecutorObject *executor)
583583
}
584584
}
585585
}
586-
// FIXME: remove this comment.
587586

588587
#endif // _Py_JIT

Tools/jit/template.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,4 @@ _JIT_ENTRY(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer, PyThreadState
123123
}
124124
PATCH_JUMP(_JIT_CONTINUE);
125125
}
126+
// FIXME: remove this comment.

0 commit comments

Comments
 (0)