commit | efc6bf66a58e96c12116d65984ac69b0f36f85de | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 23 01:53:03 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 23 01:53:03 2018 -0700 |
tree | df31dfa7e17694f4bdeab5847e11b5c8ebf89e7e | |
parent | f47d8983fe35239cccf4e623e4ad70c9e0f636f9 [diff] |
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) bz2, lzma: When Decompressor.__init__() is called twice, free the old lock to not leak memory. (cherry picked from commit 9b7cf757213cf4d7ae1d436d86ad53f5ba362d55) Co-authored-by: Victor Stinner <vstinner@redhat.com>