mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
Remove an unneeded variable increment.
Found using Clang's static analyzer.
This commit is contained in:
parent
8b9c04941b
commit
2ee5183852
1 changed files with 0 additions and 1 deletions
|
@ -2697,7 +2697,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
||||||
Py_DECREF(*pfunc);
|
Py_DECREF(*pfunc);
|
||||||
*pfunc = self;
|
*pfunc = self;
|
||||||
na++;
|
na++;
|
||||||
n++;
|
|
||||||
} else
|
} else
|
||||||
Py_INCREF(func);
|
Py_INCREF(func);
|
||||||
sp = stack_pointer;
|
sp = stack_pointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue