mirror of
https://github.com/python/cpython.git
synced 2026-03-02 19:10:46 +00:00
When parsing things like `def f(*): pass` the old parser used to output `SyntaxError: named arguments must follow bare *`, which the new parser wasn't able to do. |
||
|---|---|---|
| .. | ||
| Grammar | ||
| python.gram | ||
| Tokens | ||