]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error...
authorGregory P. Smith <68491+gpshead@users.noreply.github.com>
Sat, 29 Nov 2025 05:03:06 +0000 (21:03 -0800)
committerGitHub <noreply@github.com>
Sat, 29 Nov 2025 05:03:06 +0000 (05:03 +0000)
commit923056b2d41c4c28ad9163901053cd3824d775c5
tree7500ae960aafef757355f04a268c7d13a582c639
parentcc6bc4c97f7be5b401a91119ba603e6c1a07c99b
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.
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]