Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-03 | py/emitcommon: Don't implicitly close class vars that are assigned to. | Damien George | |
When in a class body or at the module level don't implicitly close over variables that have been assigned to. Fixes issue #8603. Signed-off-by: Damien George <damien@micropython.org> |