[3.6] bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by vstinner · Pull Request #7872 · python/cpython
Conversation
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)
bz2, lzma: When Decompressor.__init__() is called twice, free the old lock to not leak memory. (cherry picked from commit 9b7cf75)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
awaiting merge
label
vstinner
merged commit
1094891
into
python:3.6
bedevere-bot
removed
the
awaiting merge
label
vstinner
deleted the
lzma_init
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment