summaryrefslogtreecommitdiff
path: root/tests/basics/scope_class.py
AgeCommit message (Collapse)Author
2022-05-03py/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>