Commit 2ee51838 authored by Brett Cannon's avatar Brett Cannon

Remove an unneeded variable increment.

Found using Clang's static analyzer.
parent 8b9c0494
......@@ -2697,7 +2697,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
Py_DECREF(*pfunc);
*pfunc = self;
na++;
n++;
} else
Py_INCREF(func);
sp = stack_pointer;
......
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