We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bb9e56 commit 908fd43Copy full SHA for 908fd43
1 file changed
Misc/NEWS.d/next/Library/2025-11-29-03-02-45.gh-issue-87512.bn4xbm.rst
@@ -0,0 +1,5 @@
1
+Fix :func:`subprocess.Popen.communicate` timeout handling on Windows
2
+when writing large input. Previously, the timeout was ignored during
3
+stdin writing, causing the method to block indefinitely if the child
4
+process did not consume input quickly. The stdin write is now performed
5
+in a background thread, allowing the timeout to be properly enforced.
0 commit comments