diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-06-23 13:06:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-23 13:06:11 (GMT) |
commit | 1094891b2e3eafef464819acd4cd04cfd2b59661 (patch) | |
tree | c0500dda4a5317d5276c958c12e336a026b0fcaa /Python/sysmodule.c | |
parent | 688325ed1a4d549f03d886507c265093aa3b2cab (diff) | |
download | cpython-1094891b2e3eafef464819acd4cd04cfd2b59661.zip cpython-1094891b2e3eafef464819acd4cd04cfd2b59661.tar.gz cpython-1094891b2e3eafef464819acd4cd04cfd2b59661.tar.bz2 |
bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) (GH-7872)
bz2, lzma: When Decompressor.__init__() is called twice, free the old
lock to not leak memory.
(cherry picked from commit 9b7cf757213cf4d7ae1d436d86ad53f5ba362d55)
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions