]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:13:05 +0000 (11:13 +0200)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 09:13:05 +0000 (09:13 +0000)
commitd97d52cfb587213322026069ea27b91b41ba0efe
treef066c99a9b28404c27dd3f6a686e8b03703cc235
parentac30e9bc7d70b249e4e1190c022d5cddc728bb5f
[3.15] gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819) (GH-152560)

(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