Skip to content

Commit 908fd43

Browse files
gpsheadclaude
andcommitted
Add NEWS entry for gh-87512
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2bb9e56 commit 908fd43

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)