-
- Downloads
py/objstringio: If created from immutable object, follow copy on write policy.
Don't create copy of immutable object's contents until .write() is called on BytesIO.
Showing
- py/objstringio.c 27 additions, 3 deletionspy/objstringio.c
- py/objstringio.h 2 additions, 0 deletionspy/objstringio.h
- tests/io/bytesio_cow.py 20 additions, 0 deletionstests/io/bytesio_cow.py
- tests/micropython/heapalloc_bytesio2.py 20 additions, 0 deletionstests/micropython/heapalloc_bytesio2.py
- tests/micropython/heapalloc_bytesio2.py.exp 1 addition, 0 deletionstests/micropython/heapalloc_bytesio2.py.exp
Loading
Please register or sign in to comment