]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 29 Jun 2026 09:11:33 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 09:11:33 +0000 (09:11 +0000)
commita6d546e6f910cc6a216864c89b3656f01fa6ebaa
tree94630549c3584f160c788db70fba16d601f2211b
parentf9c44ea015dc94d45e0c8b6a39111a0f990aecac
[3.14] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819) (GH-152561)

(cherry picked from commit 6d209cbb93d0871ad4a5883637a8f0aebc053f76)

Co-authored-by: mdehoon <mjldehoon@yahoo.com>
Lib/test/test_tkinter/test_tkinter_pipe.py [new file with mode: 0644]
Misc/NEWS.d/next/Windows/2026-04-21-16-07-11.gh-issue-140146.TAcUHA.rst [new file with mode: 0644]
Modules/_tkinter.c