You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "./test.py", line 36, in<module>
print(decompress.read(10))
File "./test.py", line 25, inread
data = self._stream_reader.read(size)
zstd.ZstdError: read() must be called from an active context manager
Thinking about this some more, I agree that the stream_reader() and stream_writer() interfaces should not require a context manager. I'll try to work this into the next release.
ENV
simulation to io.RawIOBase
test.py
python test.py
can run
or
suggest
So should it be not context manager
The text was updated successfully, but these errors were encountered: