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

[3.10] gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (GH-32073) #97916

Closed

Commits on Oct 5, 2022

  1. pythongh-88050: Fix asyncio subprocess to kill process cleanly when p…

    …rocess is blocked (pythonGH-32073)
    
    (cherry picked from commit 7015e13)
    
    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    kumaraditya303 authored and miss-islington committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ea840e3 View commit details
    Browse the repository at this point in the history
  2. Reduce sleep time, to avoid overflow

    Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
    gvanrossum and kumaraditya303 authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    de9906b View commit details
    Browse the repository at this point in the history