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 valorien
Recipients valorien
Date 2013-08-31.18:05:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377972310.66.0.567176219008.issue18896@psf.upfronthosting.co.za>
In-reply-to
Content
Named tuples offer a useful mix of features from both dict and tuple data structures. However, unlike dictionaries and tuples, Named tuples are only allowed to hold up to 255 items.

This behavior seems inconsistent and un-Pythonic.
Is there a way to remove this restriction? Why not set a much higher limit?

Also see:
http://grokbase.com/t/python/python-ideas/109hbv63sv/new-3-x-restriction-on-number-of-keyword-arguments#responses_tab_top

http://stackoverflow.com/questions/18550270/any-way-to-bypass-namedtuple-255-arguments-limitation
History
Date User Action Args
2013-08-31 18:05:10valoriensetrecipients: + valorien
2013-08-31 18:05:10valoriensetmessageid: <1377972310.66.0.567176219008.issue18896@psf.upfronthosting.co.za>
2013-08-31 18:05:10valorienlinkissue18896 messages
2013-08-31 18:05:10valoriencreate