mirror of
https://github.com/micropython/micropython.git
synced 2026-05-01 21:30:14 +02:00
42e0c59308
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.