mirror of
https://github.com/micropython/micropython.git
synced 2026-01-31 08:10:18 +01:00
Closed over variables are now passed on the stack, instead of creating a tuple and passing that. This way memory for the closed over variables can be allocated within the closure object itself. See issue #510 for background.
2.3 KiB
2.3 KiB