Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f59732

Browse files
committed
Put back the essence of Jeremy's original XXX comment.
1 parent 497114e commit 7f59732

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Python/ceval.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3654,7 +3654,9 @@ call_function(PyObject ***pp_stack, int oparg
36543654
}
36553655

36563656
/* Clear the stack of the function object and the arguments,
3657-
in case they weren't consumed already */
3657+
in case they weren't consumed already.
3658+
XXX(twouters) when are they not consumed already?
3659+
*/
36583660
while ((*pp_stack) > pfunc) {
36593661
w = EXT_POP(*pp_stack);
36603662
Py_DECREF(w);

0 commit comments

Comments
 (0)