We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd861c commit 6041480Copy full SHA for 6041480
Python/ceval.c
@@ -215,7 +215,7 @@ dump_stack(_PyInterpreterFrame *frame, _PyStackRef *stack_pointer)
215
_PyFrame_GetStackPointer(frame);
216
}
217
218
-#ifndef _Py_JIT
+#if defined(_Py_TIER2) && !defined(_Py_JIT)
219
static void
220
dump_cache_item(_PyStackRef cache, int position, int depth)
221
{
0 commit comments