mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
In @micropython.native code the types of variables and expressions are always Python objects, so they can be initialised as such. This prevents problems with compiling optimised code like while-loops where a local may be referenced before it is assigned to. Signed-off-by: Damien George <damien@micropython.org>
93 B
93 B