]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 29 Nov 2025 07:33:47 +0000 (08:33 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Nov 2025 07:33:47 +0000 (23:33 -0800)
commit99b70fe4ebf70c4d4fec4752058e6175e6802b74
treeb6546972f8d0f97e6270afd80a8de47d8d34d18a
parent385688d4b460406239317e71472e8c5e8707dc2e
[3.13] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142065)

gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061)

gh-70560: gh-74389: subprocess.Popen.communicate() now ignores stdin.flush error when closed

with a unittest and news entry.
(cherry picked from commit 923056b2d41c4c28ad9163901053cd3824d775c5)

Co-authored-by: Gregory P. Smith <68491+gpshead@users.noreply.github.com>
Lib/subprocess.py
Lib/test/test_subprocess.py
Misc/NEWS.d/next/Library/2025-11-29-04-20-44.gh-issue-74389.pW3URj.rst [new file with mode: 0644]