Thanks to visit codestin.com Credit goes to github.com
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 4c70b69 commit bbffbd1Copy full SHA for bbffbd1
1 file changed
Python/ceval.c
@@ -3488,9 +3488,10 @@ call_function(PyObject ***pp_stack, int oparg
3488
PyObject *func = *pfunc;
3489
PyObject *x, *w;
3490
3491
+#ifdef WITH_C_PROF
3492
int are_tracing = 0;
-
3493
PyThreadState *tstate = PyThreadState_GET();
3494
+#endif
3495
3496
/* Always dispatch PyCFunction first, because these are
3497
presumed to be the most frequent callable object.
0 commit comments