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

Only kill children in process group at shutdown #874

Merged
merged 3 commits into from
Feb 21, 2022

Commits on Feb 21, 2022

  1. Only kill children in process group at shutdown

    - not the whole process group, which includes self and possibly parents
    - not children which have started their own process groups
    minrk committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    511e8e0 View commit details
    Browse the repository at this point in the history
  2. require psutil on all platforms

    now needed for cleanup on all platforms,
    as well as usage_requests
    minrk committed Feb 21, 2022
    2 Configuration menu
    Copy the full SHA
    16807bf View commit details
    Browse the repository at this point in the history
  3. Decrease imports reach on wheel build.

    Moving _is_debugpy_available to .debugger to avoid having import that
    much of the package on wheel building. In particular this was forcing
    `psutil`  to be importable to build this package
    Carreau committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    5c16fde View commit details
    Browse the repository at this point in the history