Skip to content

Do not immediately SIGKILL subprocess child processes upon ^C #70130

@MikePomraning

Description

@MikePomraning
BPO 25942
Nosy @gpshead, @vstinner, @vadmium, @stuarteberg
PRs
  • bpo-25942: Added new parameter to subprocess.run(): cleanup_timeout #4283
  • bpo-25942: make subprocess more graceful on ^C #5026
  • Files
  • subprocess-call-py344-kill-only-on-timeout.patch: Patch to restrict subprocess.call SIGKILLs to timeouts only
  • second-wait.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/gpshead'
    closed_at = <Date 2018-01-30.05:31:57.862>
    created_at = <Date 2015-12-25.01:15:08.206>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Do not immediately SIGKILL subprocess child processes upon ^C'
    updated_at = <Date 2018-01-30.15:16:26.838>
    user = 'https://bugs.python.org/MikePomraning'

    bugs.python.org fields:

    activity = <Date 2018-01-30.15:16:26.838>
    actor = 'stuarteberg'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2018-01-30.05:31:57.862>
    closer = 'gregory.p.smith'
    components = ['Library (Lib)']
    creation = <Date 2015-12-25.01:15:08.206>
    creator = 'Mike Pomraning'
    dependencies = []
    files = ['41407', '42483']
    hgrepos = []
    issue_num = 25942
    keywords = ['patch']
    message_count = 19.0
    messages = ['256973', '257118', '257163', '257283', '257289', '257293', '262871', '263260', '263279', '263302', '263308', '263420', '263551', '263743', '305619', '305641', '309115', '311230', '311234']
    nosy_count = 7.0
    nosy_names = ['gregory.p.smith', 'vstinner', 'SilentGhost', 'martin.panter', 'Mike Pomraning', 'rpcope1', 'stuarteberg']
    pr_nums = ['4283', '5026']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue25942'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions