X Tutup
Skip to content

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

Merged
vstinner merged 1 commit intopython:3.11from
vstinner:subprocess_wait11
Mar 19, 2024
Merged

[3.11] gh-90872: Fix subprocess.Popen.wait() for negative timeout (#116989)#117003
vstinner merged 1 commit intopython:3.11from
vstinner:subprocess_wait11

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 19, 2024

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 27cf3ed)

…hon#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 27cf3ed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup