mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
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>