Skip to content

[3.6] bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)#7872

Merged
vstinner merged 1 commit intopython:3.6from
vstinner:lzma_init
Jun 23, 2018
Merged

[3.6] bpo-33916: Fix bz2 and lzma init when called twice (GH-7843)#7872
vstinner merged 1 commit intopython:3.6from
vstinner:lzma_init

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Jun 23, 2018

bz2, lzma: When Decompressor.init() is called twice, free the old
lock to not leak memory.

(cherry picked from commit 9b7cf75)

https://bugs.python.org/issue33916

bz2, lzma: When Decompressor.__init__() is called twice, free the old
lock to not leak memory.

(cherry picked from commit 9b7cf75)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants