mirror of
https://github.com/micropython/micropython.git
synced 2026-01-09 05:30:27 +01:00
Previous to this patch, the "**b" in "a**b" had its own parse node with just one item (the "b"). Now, the "b" is just the last element of the power parse-node. This saves (a tiny bit of) RAM when compiling.
132 KiB
132 KiB