Raymond Hettinger added the comment:

I would like to see the limitation removed.  IIRC, Guido has said the same.

That said, the limitation isn't due to anything in the namedtuple code.  
Instead, it is due to a CPython bytecode implementation detail that limits all 
function/method definitions to no more than 255 arguments.

----------

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

Reply via email to