Files
RustPython/crates
Jeong, YunWon 18114a8b6e Fix BytesIO and add bytearray.resize
- Add bytearray.resize() method
- BytesIO: support keyword arg for initial_bytes
- BytesIO.seek: clamp negative positions to 0
- BytesIO.close: raise BufferError on active exports
- BytesIO.getbuffer: check closed state
- Set UnsupportedOperation.__module__ to "io"
2026-02-13 14:13:30 +09:00
..
2026-01-02 13:14:39 +09:00
2026-02-03 18:55:59 +09:00
2026-01-17 19:21:10 +09:00
2026-02-13 14:13:30 +09:00