SIGN IN SIGN UP

bpo-40334: Spacialized error message for invalid args after bare '*' (GH-19865)

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.
L
Lysandros Nikolaou committed
e10e7c771bf06112c4a311e0ef6b8af6423b0cca
Parent: c3f0014
Committed by GitHub <noreply@github.com> on 5/4/2020, 10:58:31 AM