mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
4026ad5b2c
On Windows, Process.terminate() no longer sets the returncode attribute to always call WaitForSingleObject() in Process.wait(). Previously, sometimes the process was still running after TerminateProcess() even if GetExitCodeProcess() is not STILL_ACTIVE.