We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7c1e2 commit 51c26ccCopy full SHA for 51c26cc
vm/eval.go
@@ -568,7 +568,7 @@ func do_LOAD_FAST(vm *Vm, var_num int32){
568
569
// Stores TOS into the local co_varnames[var_num].
570
funcdo_STORE_FAST(vm*Vm, var_numint32){
571
-vm.NotImplemented("STORE_FAST", var_num)
+vm.locals[vm.co.Varnames[var_num]] =vm.POP()
572
}
573
574
// Deletes local co_varnames[var_num].
0 commit comments