Message196704
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. |
|
| Date |
User |
Action |
Args |
| 2013-09-01 05:02:31 | rhettinger | set | recipients:
+ rhettinger, pitrou, giampaolo.rodola, r.david.murray, valorien |
| 2013-09-01 05:02:31 | rhettinger | set | messageid: <[email protected]> |
| 2013-09-01 05:02:31 | rhettinger | link | issue18896 messages |
| 2013-09-01 05:02:31 | rhettinger | create | |
|