We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7ea32c + 280b298 commit 87f96f1Copy full SHA for 87f96f1
1 file changed
vm/src/stdlib/io.rs
@@ -739,6 +739,7 @@ pub fn make_module(vm: &VirtualMachine) -> PyObjectRef {
739
"TextIOWrapper" => text_io_wrapper,
740
"StringIO" => string_io,
741
"BytesIO" => bytes_io,
742
+ "DEFAULT_BUFFER_SIZE" => ctx.new_int(8 * 1024),
743
})
744
}
745
0 commit comments