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 7b2a8ca commit abb1757Copy full SHA for abb1757
Python/ceval.c
@@ -984,6 +984,7 @@ _PyObjectArray_Free(PyObject **array, PyObject **scratch)
984
}
985
986
987
+#if _Py_TIER2
988
// 0 for success, -1 for error.
989
static int
990
bail_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
@@ -996,6 +997,7 @@ bail_tracing_and_jit(PyThreadState *tstate, _PyInterpreterFrame *frame)
996
997
_PyJit_FinalizeTracing(tstate);
998
return err;
999
1000
+#endif
1001
1002
/* _PyEval_EvalFrameDefault is too large to optimize for speed with PGO on MSVC.
1003
*/
0 commit comments