Skip to content

Commit 92bba64

Browse files
fix JIT + debug builds
1 parent 36554a5 commit 92bba64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5465,7 +5465,7 @@ dummy_func(
54655465

54665466
tier2 op(_DYNAMIC_EXIT, (exit_p/4 --)) {
54675467
_Py_CODEUNIT *target = frame->instr_ptr;
5468-
#ifdef Py_DEBUG
5468+
#if defined(Py_DEBUG) && !defined(_Py_JIT)
54695469
if (frame->lltrace >= 2) {
54705470
printf("GUARD IP EXIT: [UOp ");
54715471
_PyUOpPrint(&next_uop[-1]);

Python/executor_cases.c.h

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)