Skip to content

[3.15] gh-153037: Make ZstdFile.__next__ raise io.UnsupportedOperation on non-readable files (GH-153045)#153638

Merged
emmatyping merged 1 commit into
python:3.15from
miss-islington:backport-ed71655-3.15
Jul 13, 2026
Merged

[3.15] gh-153037: Make ZstdFile.__next__ raise io.UnsupportedOperation on non-readable files (GH-153045)#153638
emmatyping merged 1 commit into
python:3.15from
miss-islington:backport-ed71655-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Make ZstdFile.__next__ raise io.UnsupportedOperation on non-readable files, consistent with other compression modules.
(cherry picked from commit ed71655)

Co-authored-by: Łukasz lukaszlapinski7@gmail.com

… on non-readable files (pythonGH-153045)

Make `ZstdFile.__next__` raise `io.UnsupportedOperation` on non-readable files, consistent with other compression modules.
(cherry picked from commit ed71655)

Co-authored-by: Łukasz <lukaszlapinski7@gmail.com>
@emmatyping emmatyping merged commit 7d8783b into python:3.15 Jul 13, 2026
59 checks passed
@miss-islington miss-islington deleted the backport-ed71655-3.15 branch July 13, 2026 02:51
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