Hi Ben, On Fri, Dec 16, 2005 at 01:19:00PM +0000, [EMAIL PROTECTED] wrote: > Whay doesn't CALL_FUNCTION just pop oparg items off the stack and call the > space call_function? It doesn't seem like the functionality would be any > different as the varargs cases are handled differently anyway?
But CALL_FUNCTION also handles keyword arguments, which space.call_function() does not. Armin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
