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 767b951 commit 9bb7516Copy full SHA for 9bb7516
1 file changed
Misc/NEWS.d/next/Library/2025-11-27-20-16-38.gh-issue-141473.Wq4xVN.rst
@@ -0,0 +1,4 @@
1
+When :meth:`subprocess.Popen.communicate` was called with *input* and a
2
+*timeout* and is called for a second time after a
3
+:exc:`~subprocess.TimeoutExpired` exception before the process has died, it
4
+should no longer hang.
0 commit comments