-
- Downloads
Add basic implementation of bytes type, piggybacking on str.
This reuses as much str implementation as possible, from this we can make them more separate as needed.
Showing
- py/obj.h 5 additions, 1 deletionpy/obj.h
- py/objstr.c 71 additions, 22 deletionspy/objstr.c
- py/runtime.c 7 additions, 0 deletionspy/runtime.c
- py/runtime.h 1 addition, 0 deletionspy/runtime.h
- py/vm.c 1 addition, 1 deletionpy/vm.c
- tests/basics/bytes.py 11 additions, 0 deletionstests/basics/bytes.py
Loading
Please register or sign in to comment