Christian Heimes bc8734174a Fixed #1573: Improper use of the keyword-only syntax makes the parser crash
>>> def f(*, **kw):
...   pass
...
python: Python/ast.c:652: handle_keywordonly_args: Assertion 'kwonlyargs
!= ((void *)0)' failed.
2007-12-08 22:11:32 +00:00
..
2007-08-25 07:41:59 +00:00
2007-10-15 16:08:26 +00:00
2005-07-09 15:26:33 +00:00
2007-08-17 12:57:41 +00:00