[issue12844] Support more than 255 arguments

David Benjamin report at bugs.python.org
Sat Sep 3 05:32:08 CEST 2011


David Benjamin <davidben at mit.edu> added the comment:

I don't think that patch works. Consider a dict subclass which has overridden update. Or perhaps a list subclass which has overridden addition. It would be quite poor if Python's behavior here w.r.t. which overrides are followed switched as you added more arguments.

----------
nosy: +davidben

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12844>
_______________________________________


More information about the Python-bugs-list mailing list