Put back the essence of Jeremy's original XXX comment.

This commit is contained in:
Thomas Wouters 2006-03-01 05:32:33 +00:00
parent 497114e027
commit 7f59732716

View file

@ -3654,7 +3654,9 @@ call_function(PyObject ***pp_stack, int oparg
}
/* Clear the stack of the function object and the arguments,
in case they weren't consumed already */
in case they weren't consumed already.
XXX(twouters) when are they not consumed already?
*/
while ((*pp_stack) > pfunc) {
w = EXT_POP(*pp_stack);
Py_DECREF(w);