]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows...
authormdehoon <mjldehoon@yahoo.com>
Mon, 29 Jun 2026 08:42:56 +0000 (17:42 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 08:42:56 +0000 (08:42 +0000)
commit6d209cbb93d0871ad4a5883637a8f0aebc053f76
tree7ca4d6f05148c54aa3dc5e8fb989ef55a89dd41d
parentf6e904e1a666cb1e5664750b1c3d8f89cba3a769
gh-140146: Fix for stdin redirection to a pipe with interactive tkinter on Windows (GH-148819)
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