Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:

I don't have much to contribute other than a simple test to reproduce the issue:

>>> code = """                                                                  
>>>                                                                             
>>>                                     
... def f(%s):                                                                  
                                                                                
                                
...   pass                                                                      
                                                                                
                                
... """ % ','.join('a%d' % i for i in range(300))
>>> exec(code)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "<string>", line 2
SyntaxError: more than 255 arguments

----------
nosy: +Alexander.Belopolsky
Added file: http://bugs.python.org/file17113/test.py

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

Reply via email to