Issue #22003: When initialized from a bytes object, io.BytesIO() now
defers making a copy until it is mutated, improving performance and memory use on some use cases. Patch by David Wilson.
Showing
This diff is collapsed.
Please register or sign in to comment