Skip to content

Commit 6041480

Browse files
committed
So many conditional compilation macros
1 parent 7fd861c commit 6041480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ dump_stack(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer)
215215
_PyFrame_GetStackPointer(frame);
216216
}
217217

218-
#ifndef _Py_JIT
218+
#if defined(_Py_TIER2) && !defined(_Py_JIT)
219219
static void
220220
dump_cache_item(_PyStackRef cache, int position, int depth)
221221
{

0 commit comments

Comments
 (0)