mirror of
https://github.com/python/cpython
synced 2024-11-02 12:22:35 +00:00
e10e7c771b
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 |