SIGN IN SIGN UP

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.
V
Victor Stinner committed
27cf3ed00cfe942f4277c273a3dda8ee2ba61fc8
Parent: 408e127
Committed by GitHub <noreply@github.com> on 3/19/2024, 1:42:44 PM