SIGN IN SIGN UP

gh-129726: Break `gzip.GzipFile` reference loop (#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.
C
Cody Maloney committed
7f39137662f637518a74228286e7ec675fa4e27d
Parent: e419817
Committed by GitHub <noreply@github.com> on 2/28/2025, 8:09:24 AM