[issue1573] Improper use of the keyword-only syntax makes the parser crash

Christian Heimes report at bugs.python.org
Sat Dec 8 23:45:39 CET 2007


Christian Heimes added the comment:

Why do you want to forbid 

def f(*, **kw)

? It's useful and it also works in release builds of Python 3.0a2. It
only breaks in debug builds because the assert() gets triggered.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1573>
__________________________________


More information about the Python-bugs-list mailing list