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

bpo-40550: Fix time-of-check/time-of-action issue in subprocess.Popen.send_signal. #20010

Merged
merged 2 commits into from
Nov 21, 2020

Commits on May 14, 2020

  1. bpo-40550: fix time-of-check/time-of-action issue in multiprocessing

    Signed-off-by: Filipe Laíns <lains@archlinux.org>
    FFY00 committed May 14, 2020
    Configuration menu
    Copy the full SHA
    3d7dfbc View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Remove a redundant check of errno.

    The ProcessLookupError already means errno == ESRCH.
    gpshead committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    1605031 View commit details
    Browse the repository at this point in the history