[pypy-dev] call_function

Armin Rigo arigo at tunes.org
Fri Dec 16 17:19:52 CET 2005


Hi Ben,

On Fri, Dec 16, 2005 at 01:19:00PM +0000, Ben.Young at risk.sungard.com 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



More information about the Pypy-dev mailing list