-
- Downloads
py: Finish implementation of all del opcodes.
At this point, all opcodes are now implemented! Some del opcodes have been combined with store opcodes, with the value to store being MP_OBJ_NULL.
Showing
- py/bc0.h 7 additions, 7 deletionspy/bc0.h
- py/emitbc.c 9 additions, 7 deletionspy/emitbc.c
- py/obj.h 1 addition, 1 deletionpy/obj.h
- py/objmodule.c 8 additions, 2 deletionspy/objmodule.c
- py/objtype.c 22 additions, 7 deletionspy/objtype.c
- py/runtime.c 8 additions, 2 deletionspy/runtime.c
- py/runtime.h 1 addition, 0 deletionspy/runtime.h
- py/showbc.c 0 additions, 5 deletionspy/showbc.c
- py/vm.c 5 additions, 5 deletionspy/vm.c
Please register or sign in to comment