X Tutup
Skip to content

[3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462)#131518

Merged
vstinner merged 2 commits intopython:3.13from
miss-islington:backport-ce79274-3.13
Mar 21, 2025
Merged

[3.13] gh-131492, gh-131461: handle exceptions in GzipFile constructor while owning resources (GH-131462)#131518
vstinner merged 2 commits intopython:3.13from
miss-islington:backport-ce79274-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Mar 20, 2025

(cherry picked from commit ce79274)

Co-authored-by: Thomas Grainger tagrain@gmail.com
Co-authored-by: Victor Stinner vstinner@python.org

…ructor while owning resources (pythonGH-131462)

(cherry picked from commit ce79274)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner merged commit 0a22407 into python:3.13 Mar 21, 2025
37 checks passed
@vstinner
Copy link
Member

Merged, thanks @graingert.

@miss-islington miss-islington deleted the backport-ce79274-3.13 branch January 2, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup