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 8651ebe commit 4c7837fCopy full SHA for 4c7837f
Python/perf_trampoline.c
@@ -471,13 +471,15 @@ _PyPerfTrampoline_SetCallbacks(_PyPerf_Callbacks *callbacks)
471
return 0;
472
}
473
474
+#ifdef PY_HAVE_PERF_TRAMPOLINE
475
static void
476
set_eval_frame(PyThreadState *tstate, _PyFrameEvalFunction eval_frame)
477
{
478
_PyEval_StopTheWorld(tstate->interp);
479
tstate->interp->eval_frame = eval_frame;
480
_PyEval_StartTheWorld(tstate->interp);
481
482
+#endif
483
484
int
485
_PyPerfTrampoline_Init(int activate)
0 commit comments