Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c492502 commit 03ca23dCopy full SHA for 03ca23d
1 file changed
Python/ceval.c
@@ -3590,7 +3590,8 @@ call_function(PyObject ***pp_stack, int oparg
3590
Py_DECREF(func);
3591
}
3592
3593
- /* What does this do? */
+ /* Clear the stack of the function object and the arguments,
3594
+ in case they weren't consumed already */
3595
while ((*pp_stack) > pfunc) {
3596
w = EXT_POP(*pp_stack);
3597
Py_DECREF(w);
0 commit comments