Kaydet (Commit) 7f597327 authored tarafından Thomas Wouters's avatar Thomas Wouters

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

üst 497114e0
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment