No description
Find a file
Anders Kaseorg 1fdfa5fe1b Fix parsing of tuple with named expression as context manager
Because the ‘with’ item grammar disallows named expressions, CPython
parses ‘with (a := 0, b := 1):’ as a tuple rather than two ‘with’
items.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-12-24 13:15:53 -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 Fix parsing of tuple with named expression as context manager 2022-12-24 13:15:53 -08:00
Cargo.toml rustpython-bytecode -> rustpython-compiler-core 2022-08-22 08:42:20 +09:00