mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
These allow to fine-tune the compiler to select whether it optimises tuple assignments of the form a, b = c, d and a, b, c = d, e, f. Sensible defaults are provided.