No description
Find a file
Anders Kaseorg 661b210391 Prohibit starred arguments after double-starred arguments
CPython prohibits ‘f(**kwargs, *args)’; we should too.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-27 12:49:50 -08:00
ast Remove unnecessary boxing of ASDL product children 2022-12-14 02:30:02 -08:00
core Fix nightly clippy warnings 2022-12-05 12:18:16 +09:00
parser Prohibit starred arguments after double-starred arguments 2022-12-27 12:49:50 -08:00
Cargo.toml rustpython-bytecode -> rustpython-compiler-core 2022-08-22 08:42:20 +09:00