[issue42860] Incompatible types in Python grammar

2021-01-08 Thread Tobias Kohn
Tobias Kohn added the comment: Great, thanks a lot! -- ___ Python tracker <https://bugs.python.org/issue42860> ___ ___ Python-bugs-list mailing list Unsub

[issue42860] Incompatible types in Python grammar

2021-01-07 Thread Tobias Kohn
New submission from Tobias Kohn : There seems to be a small type error in the Python grammar in the rule `invalid_parameters`: ``` invalid_parameters: | param_no_default* (slash_with_default | param_with_default+) param_no_default ``` While the `slash_with_default` returns a single