[Python-ideas] New 3.x restriction on number of keyword arguments

Antoine Pitrou solipsis at pitrou.net
Sat Oct 23 00:45:08 CEST 2010


On Sat, 23 Oct 2010 00:36:30 +0200
"M.-A. Lemburg" <mal at egenix.com> wrote:
> 
> It may seem strange to have functions, methods or object constructors
> with more than 255 parameters, but as I said: when using code generators,
> the generators don't care whether they use 100 or 300 parameters.

Why not make the code generators smarter?






More information about the Python-ideas mailing list