Files
RustPython/compiler
Anders Kaseorg c7d03d9cb4 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
..
2022-12-22 23:27:36 +09:00
2022-12-05 12:18:16 +09:00
2022-12-19 18:48:17 -06:00