]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)
authoryihong <zouzou0208@gmail.com>
Mon, 15 Dec 2025 14:13:58 +0000 (22:13 +0800)
committerGitHub <noreply@github.com>
Mon, 15 Dec 2025 14:13:58 +0000 (15:13 +0100)
commit1d3854a19a376c1fc7f71e96c620f6bc2de8cd74
tree0ae4d67a3167b712b7e923ad5e3f41009ccbe6bb
parent14d3974db01b6c4b14a4829b4310b2511993aa8e
gh-142594: fix by property calls io.TextIOWrapper.detach (GH-142706)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Lib/test/test_io/test_textio.py
Misc/NEWS.d/next/Library/2025-12-14-18-30-48.gh-issue-142594.belDmD.rst [new file with mode: 0644]
Modules/_io/textio.c