mirror of
https://github.com/python/cpython.git
synced 2025-09-08 01:41:19 +00:00
Put back the essence of Jeremy's original XXX comment.
This commit is contained in:
parent
497114e027
commit
7f59732716
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue