]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (#149047)
authorThomas Kowalski <thom.kowa@gmail.com>
Mon, 1 Jun 2026 13:01:57 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2026 13:01:57 +0000 (13:01 +0000)
commitc98773633c97463e35eb51fac81d1095e8061fe0
tree12c291207593784b6c13993888a48bfa2622d389
parent46b5e3e9412d1112ddcb847555995550de1ea189
gh-149046: fix: correctly handle `str` subclasses in `io.StringIO` (#149047)
Lib/test/test_io/test_memoryio.py
Misc/NEWS.d/next/Library/2026-04-27-11-12-00.gh-issue-149046.74shDd.rst [new file with mode: 0644]
Modules/_io/stringio.c