]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:03:05 +0000 (08:03 +0100)
committerGitHub <noreply@github.com>
Sat, 29 Nov 2025 07:03:05 +0000 (23:03 -0800)
commit6b799e15918a6fc60a38041994ef51e1f33b87fa
tree3ad69a9490484f3e851ffa5514e4cda4d828a463
parentc7f741100b53d064d995c13072cb439f8c34ed64
[3.14] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142064)

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]