diff options
Diffstat (limited to 'Python/ceval.c')
| -rw-r--r-- | Python/ceval.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index b06de50..2b64cae 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -2697,7 +2697,6 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)  			    Py_DECREF(*pfunc);  			    *pfunc = self;  			    na++; -			    n++;  		    } else  			    Py_INCREF(func);  		    sp = stack_pointer;  | 
