summaryrefslogtreecommitdiffstats
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2023-02-23 14:00:58 (GMT)
committerGitHub <noreply@github.com>2023-02-23 14:00:58 (GMT)
commit665730d2176aabd05ca5741056aef43189b6f754 (patch)
treea91cd6c443b91d26f5f404629e265aefec8832c1 /Python/pystate.c
parent9bba8035bd99813203cb3b0de218f9cc3bcdaf2f (diff)
downloadcpython-665730d2176aabd05ca5741056aef43189b6f754.zip
cpython-665730d2176aabd05ca5741056aef43189b6f754.tar.gz
cpython-665730d2176aabd05ca5741056aef43189b6f754.tar.bz2
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7822)
lzma.LZMADecompressor and bz2.BZ2Decompressor objects caused segfaults when their `__init__()` methods were not called. lzma.LZMADecompressor, lzma.LZMACompressor, bz2.BZ2Compressor, and bz2.BZ2Decompressor objects would leak locks and internal buffers when their `__init__()` methods were called multiple times. https://bugs.python.org/issue23224
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions