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 497114e commit 7f59732Copy full SHA for 7f59732
1 file changed
Python/ceval.c
@@ -3654,7 +3654,9 @@ call_function(PyObject ***pp_stack, int oparg
3654
}
3655
3656
/* Clear the stack of the function object and the arguments,
3657
- in case they weren't consumed already */
+ in case they weren't consumed already.
3658
+ XXX(twouters) when are they not consumed already?
3659
+ */
3660
while ((*pp_stack) > pfunc) {
3661
w = EXT_POP(*pp_stack);
3662
Py_DECREF(w);
0 commit comments