◐ Shell
clean mode source ↗

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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

python:3.6from

vstinner:lzma_init

Jun 23, 2018

Conversation

@vstinner

@vstinner vstinner commented

Jun 23, 2018

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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