We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8786cde commit 684d635Copy full SHA for 684d635
1 file changed
rust-ext/src/compression_writer.rs
@@ -48,7 +48,7 @@ impl ZstdCompressionWriter {
48
49
Ok(Self {
50
cctx,
51
- writer: writer.into_py(py),
+ writer: writer.into_pyobject(py),
52
write_return_read,
53
closefd,
54
entered: false,
0 commit comments