mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
The way it was written previously the variable x was not an implicit nonlocal, it was just a normal local (but the compiler has a bug which incorrectly makes it a nonlocal).