[Python-ideas] New 3.x restriction on number of keyword arguments
Cesare Di Mauro
cesare.di.mauro at gmail.com
Tue Oct 26 11:45:56 CEST 2010
2010/10/26 M.-A. Lemburg <mal at egenix.com>
> Antoine Pitrou wrote:
> > Sure, but in the absence of anyone providing a patch for CPython, it is
> > still a possible resolution.
>
> Cesare already posted a patch based on using EXTENDED_ARG. Should we
> reopen that old ticket or create a new one ?
>
> --
> Marc-Andre Lemburg
>
I can provide another patch that will not use EXTENDED_ARG (no VM changes),
and uses *args and/or **kwargs function calls when there are more than 255
arguments or keyword arguments.
But I need some days.
If needed, I'll post it at most on this week-end.
Cesare
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20101026/ef77f5ca/attachment.html>
More information about the Python-ideas
mailing list