]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 21 Mar 2025 10:21:40 +0000 (11:21 +0100)
committerGitHub <noreply@github.com>
Fri, 21 Mar 2025 10:21:40 +0000 (11:21 +0100)
commit2d6a778f7335cd21f8e7bc4d12f2162441bc2e69
treeded53b8d5ffc057c00bc2b42c47db9309984c433
parent3d1f8cae48566fba109abd071e26cbcceaf5fce3
[3.12] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462) (#131519)

(cherry picked from commit ce79274e9f093bd06d2285c9af48dbcbc92173de)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/gzip.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2025-03-20-08-32-49.gh-issue-131492.saC2cA.rst [new file with mode: 0644]