SIGN IN SIGN UP

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

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
35e8f04f1bc6676f6c427ba25bc2587cdd3f8960
Parent: 23f9732
Committed by GitHub <noreply@github.com> on 3/19/2024, 2:15:05 PM