◐ Shell
clean mode source ↗

Update io from v3.14.3 and fix by youknowone · Pull Request #7089 · RustPython/RustPython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

CPython Developers and others added 3 commits

February 13, 2026 14:13
- 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"

coderabbitai[bot]

youknowone

youknowone added a commit to youknowone/RustPython that referenced this pull request

Mar 22, 2026
Update io from v3.14.3 and fix