diff options
author | Brett Cannon <bcannon@gmail.com> | 2010-05-05 20:24:30 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2010-05-05 20:24:30 +0000 |
commit | 417439e6cdc072baea8217a3c60d5f52f353394a (patch) | |
tree | bee8ca0494b876a5b281428f9de935876a2d9e2b /Python/ceval.c | |
parent | 0b03f10afb301560c711b953b6ca2ecef3181eed (diff) | |
download | cpython-git-417439e6cdc072baea8217a3c60d5f52f353394a.tar.gz |
Partially revert the over-reaching r80813.
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 2b64caea33..b06de50d22 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -2697,6 +2697,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag) Py_DECREF(*pfunc); *pfunc = self; na++; + n++; } else Py_INCREF(func); sp = stack_pointer; |