-
- Downloads
py/emitnative: Make viper funcs run with their correct globals context.
Viper functions will now capture the globals at the point they were defined and use these globals when executing.
Showing
- py/compile.c 6 additions, 1 deletionpy/compile.c
- py/emitnative.c 35 additions, 27 deletionspy/emitnative.c
- tests/micropython/viper_globals.py 19 additions, 0 deletionstests/micropython/viper_globals.py
- tests/micropython/viper_globals.py.exp 2 additions, 0 deletionstests/micropython/viper_globals.py.exp
Loading
Please register or sign in to comment