Kaydet (Commit) bbffbd19 authored tarafından Nicholas Bastin's avatar Nicholas Bastin

One forgotten C profiling #ifdef

üst 4c70b69f
......@@ -3488,9 +3488,10 @@ call_function(PyObject ***pp_stack, int oparg
PyObject *func = *pfunc;
PyObject *x, *w;
#ifdef WITH_C_PROF
int are_tracing = 0;
PyThreadState *tstate = PyThreadState_GET();
#endif
/* Always dispatch PyCFunction first, because these are
presumed to be the most frequent callable object.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment