]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resource...
authorThomas Grainger <tagrain@gmail.com>
Thu, 20 Mar 2025 17:06:21 +0000 (17:06 +0000)
committerGitHub <noreply@github.com>
Thu, 20 Mar 2025 17:06:21 +0000 (17:06 +0000)
commitce79274e9f093bd06d2285c9af48dbcbc92173de
tree80214188fd0396abbd67041399a626f80547c121
parentf53e7de6a84a0f535efb75c3671283b801a1af0f
gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (#131462)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/gzip.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2025-03-19-14-36-54.gh-issue-131461.uDUmdY.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2025-03-20-08-32-49.gh-issue-131492.saC2cA.rst [new file with mode: 0644]