mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
When parsing something like `f(g()=2)`, where the name of a default arg is not a NAME, but an arbitrary expression, a specialised error message is emitted. |
||
|---|---|---|
| .. | ||
| parse.c | ||
| parse_string.c | ||
| parse_string.h | ||
| peg_api.c | ||
| pegen.c | ||
| pegen.h | ||