[3.6] bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by vstinner · Pull Request #7872 · python/cpython

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Jun 23, 2018

edited by bedevere-bot

Loading

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot