X Tutup
The Wayback Machine - https://web.archive.org/web/20260302082150/https://github.com/python/cpython/issues/80041
Skip to content

ProcessPoolExecutor subprocesses crash & break pool when raising an exception with keyword-only args and an arg passed to Exception #80041

@underyx

Description

@underyx
mannequin
BPO 35860
Nosy @underyx
Files
  • ppe_crash.py: Script that triggers the issue on Python 3.7.2
  • 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 = None
    closed_at = None
    created_at = <Date 2019-01-30.16:06:56.095>
    labels = ['3.7', 'type-bug', 'library']
    title = 'ProcessPoolExecutor subprocesses crash & break pool when raising an exception with keyword-only args and an arg passed to Exception'
    updated_at = <Date 2019-01-30.16:06:56.095>
    user = 'https://github.com/underyx'

    bugs.python.org fields:

    activity = <Date 2019-01-30.16:06:56.095>
    actor = 'underyx'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2019-01-30.16:06:56.095>
    creator = 'underyx'
    dependencies = []
    files = ['48086']
    hgrepos = []
    issue_num = 35860
    keywords = []
    message_count = 1.0
    messages = ['334570']
    nosy_count = 1.0
    nosy_names = ['underyx']
    pr_nums = []
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue35860'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifestdlibStandard Library Python modules in the Lib/ directorytopic-multiprocessingtype-bugAn unexpected behavior, bug, or error

      Projects

      Status

      No status

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        X Tutup