SIGN IN SIGN UP

[3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989) (#117003)

gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)

On Windows, subprocess.Popen.wait() no longer calls
WaitForSingleObject() with a negative timeout: pass 0 ms if the
timeout is negative.

(cherry picked from commit 27cf3ed00cfe942f4277c273a3dda8ee2ba61fc8)
V
Victor Stinner committed
c7b01e3c3268e86d689d273778488d9384559f10
Parent: 299b6d0
Committed by GitHub <noreply@github.com> on 3/19/2024, 2:21:42 PM