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 rhettinger
Recipients giampaolo.rodola, pitrou, r.david.murray, rhettinger, valorien
Date 2013-09-01.05:02:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378011751.32.0.500077706901.issue18896@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-09-01 05:02:31rhettingersetrecipients: + rhettinger, pitrou, giampaolo.rodola, r.david.murray, valorien
2013-09-01 05:02:31rhettingersetmessageid: <1378011751.32.0.500077706901.issue18896@psf.upfronthosting.co.za>
2013-09-01 05:02:31rhettingerlinkissue18896 messages
2013-09-01 05:02:31rhettingercreate