Yury Selivanov added the comment:

> As mentioned in the issue, when re-implementing function calls, you have
to flatten the arguments into a simple argument list [..]

Then you probably need indexes for BoundArguments, not Parameters.


> (*) at least for pure Python functions, where the arguments are simply
pushed sequentially on the ceval stack

TBH I think this is a very special use case.  I'm -0.5 on including this to the 
stdlib.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to