Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-113009: Fix multiprocessing Process.terminate() on Windows #113128

Merged
merged 1 commit into from
Dec 15, 2023

Commits on Dec 14, 2023

  1. pythongh-113009: Fix multiprocessing Process.terminate() on Windows

    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.
    vstinner committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cab0864 View commit details
    Browse the repository at this point in the history