commit | 9b7cf757213cf4d7ae1d436d86ad53f5ba362d55 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Sat Jun 23 10:35:23 2018 +0200 |
committer | GitHub <noreply@github.com> | Sat Jun 23 10:35:23 2018 +0200 |
tree | 142983943c87abd96321b5ec83873c8a16fda1bf | |
parent | 44742e94c809d580fa406f9d21b86e1d4e1938a5 [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.