summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2025-02-28 08:28:14 (GMT)
committerGitHub <noreply@github.com>2025-02-28 08:28:14 (GMT)
commit500ea3b0ee04ee3589597dcbe6a2b9fb8251fc65 (patch)
tree32c40a1e7a5cb78f71715efc44960989d96d8f88 /Python/pythonrun.c
parent107e08dfb18c7d752f8452dcc659f0225b1a25fa (diff)
downloadcpython-500ea3b0ee04ee3589597dcbe6a2b9fb8251fc65.zip
cpython-500ea3b0ee04ee3589597dcbe6a2b9fb8251fc65.tar.gz
cpython-500ea3b0ee04ee3589597dcbe6a2b9fb8251fc65.tar.bz2
[3.12] gh-129726: Break `gzip.GzipFile` reference loop (GH-130055) (#130670)
gh-129726: Break `gzip.GzipFile` reference loop (GH-130055) A reference loop was resulting in the `fileobj` held by the `GzipFile` being closed before the `GzipFile`. The issue started with gh-89550 in 3.12, but was hidden in most cases until 3.13 when gh-62948 made it more visible. (cherry picked from commit 7f39137662f637518a74228286e7ec675fa4e27d) Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions