mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 10:20:52 +02: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.