diff options
author | Victor Stinner <vstinner@python.org> | 2023-12-15 14:57:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 14:57:49 (GMT) |
commit | 4026ad5b2c595b855a3605420cfa0e3d49e63db7 (patch) | |
tree | 2698e0d343a0e7488ee397ce93aff6284cc5edd9 /Doc/library/email.utils.rst | |
parent | d1a2adfb0820ee730fa3e4bbc4bd88a67aa50666 (diff) | |
download | cpython-4026ad5b2c595b855a3605420cfa0e3d49e63db7.zip cpython-4026ad5b2c595b855a3605420cfa0e3d49e63db7.tar.gz cpython-4026ad5b2c595b855a3605420cfa0e3d49e63db7.tar.bz2 |
gh-113009: Fix multiprocessing Process.terminate() on Windows (#113128)
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.
Diffstat (limited to 'Doc/library/email.utils.rst')
0 files changed, 0 insertions, 0 deletions