mirror of
https://github.com/python/cpython.git
synced 2025-09-18 06:30:38 +00:00
Partially revert the over-reaching r80813.
This commit is contained in:
parent
0b03f10afb
commit
417439e6cd
4 changed files with 85 additions and 78 deletions
|
@ -2697,6 +2697,7 @@ PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
|
|||
Py_DECREF(*pfunc);
|
||||
*pfunc = self;
|
||||
na++;
|
||||
n++;
|
||||
} else
|
||||
Py_INCREF(func);
|
||||
sp = stack_pointer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue