No description
Find a file
Anders Kaseorg 3e3c1417bc 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
codegen Fix is_local 2022-12-22 23:27:36 +09: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
src Split derive-impl and derive 2022-12-19 18:48:17 -06:00
Cargo.toml rustpython-bytecode -> rustpython-compiler-core 2022-08-22 08:42:20 +09:00