You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
Describe the bug
Currently only global variables can be assigned new values.(status quo: see comments below)To Reproduce
will print
5, because the locals cannot be updated (__enter__ -> _start_block).Expected behavior
myfunc()should result in{}being printed.Screenshots
None
Additional context
python 3.8.2