mirror of
https://github.com/python/cpython
synced 2026-09-27 08:28:31 +03:00
- Improve error message when parameter without a default follows one with a default - Show same error message when positional-only params precede the default/non-default sequence |
||
|---|---|---|
| .. | ||
| action_helpers.c | ||
| asdl.py | ||
| asdl_c.py | ||
| myreadline.c | ||
| parser.c | ||
| peg_api.c | ||
| pegen.c | ||
| pegen.h | ||
| pegen_errors.c | ||
| Python.asdl | ||
| string_parser.c | ||
| string_parser.h | ||
| token.c | ||
| tokenizer.c | ||
| tokenizer.h | ||