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.
Showing
Please
register
or
sign in
to comment
bz2, lzma: When Decompressor.__init__() is called twice, free the old lock to not leak memory.