-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory leak when decompressing with copy_stream on 0.8.1 #35
Comments
I haven't verified the memory leak, but another workaround is to use one of the other available methods for decompressing. e.g.
I'll look into this further for the 0.9 release. Thanks for the bug report! |
I had thought read_to_iter() wasn't in 0.8.1 |
Sorry - |
indygreg
added a commit
that referenced
this issue
Mar 17, 2018
indygreg
added a commit
that referenced
this issue
Mar 17, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
env: linux
version: 0.8.1 (this is what's currently on pypi as of Jan 3 2018: https://pypi.python.org/pypi/zstandard)
python: 3.6.1
Here's a repro:
Here's the output:
The text was updated successfully, but these errors were encountered: