255 argument limit?

yairchu at gmail.com yairchu at gmail.com
Wed Oct 25 18:22:13 EDT 2006


>
>    It appears that there is a 255 argument limit in Python 2.4.3?
>

maybe the argument limit is for the sake of not making functions too
complicated.
if your function takes more than 200 arguments it can probably go to
thedailywtf.com,
better be strict like i am and even avoid making a 100 arguments
function.

:)




More information about the Python-list mailing list