This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients brett.cannon, larry, pitrou, yselivanov
Date 2015-05-14.16:02:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431619347.66.0.18549387863.issue24189@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2015-05-14 16:02:27yselivanovsetrecipients: + yselivanov, brett.cannon, pitrou, larry
2015-05-14 16:02:27yselivanovsetmessageid: <1431619347.66.0.18549387863.issue24189@psf.upfronthosting.co.za>
2015-05-14 16:02:27yselivanovlinkissue24189 messages
2015-05-14 16:02:27yselivanovcreate