Skip to content

multiprocessing.pool methods imap()[_unordered()] deadlock #67240

@advance512

Description

@advance512
BPO 23051
Nosy @pitrou, @serhiy-storchaka, @MojoVampire, @applio, @indygreg
Files
  • Issue_23051_reproducer_v2_7.py: Reproducer of issue for Python 2.7
  • Issue_23051_fix_v2_7.patch: Fix for Python 2.7
  • Issue_23051_reproducer_v3_4.py: Reproducer of issue for Python 3.4
  • Issue_23051_fix_v3_4.patch: Fix for Python 3.4
  • issue_23051_fix_and_tests_v35_and_v34.patch: Ignore -- replaced by newer patch file.
  • issue_23051_fix_and_tests_v27.patch: Ignore -- replaced by newer patch file.
  • issue_23051_revised_fix_and_tests_v35_and_v34.patch: Revised, combined patch and unit tests for default/3.5 and 3.4 both (supercedes earlier patch files)
  • issue_23051_revised_fix_and_tests_v27.patch: Revised, combined patch and unit tests for 2.7 (supercedes earlier patch files)
  • issue_23051_4-3.4.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/serhiy-storchaka'
    closed_at = <Date 2015-03-13.06:33:43.680>
    created_at = <Date 2014-12-14.22:47:29.181>
    labels = ['type-bug', 'library']
    title = 'multiprocessing.pool methods imap()[_unordered()] deadlock'
    updated_at = <Date 2015-08-10.20:02:30.690>
    user = 'https://bugs.python.org/advance512'

    bugs.python.org fields:

    activity = <Date 2015-08-10.20:02:30.690>
    actor = 'indygreg'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2015-03-13.06:33:43.680>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2014-12-14.22:47:29.181>
    creator = 'advance512'
    dependencies = []
    files = ['37449', '37450', '37451', '37453', '38220', '38221', '38362', '38363', '38377']
    hgrepos = []
    issue_num = 23051
    keywords = ['patch']
    message_count = 13.0
    messages = ['232643', '232644', '234039', '234116', '236427', '236477', '237358', '237386', '237458', '238003', '238007', '238008', '248366']
    nosy_count = 8.0
    nosy_names = ['pitrou', 'python-dev', 'sbt', 'serhiy.storchaka', 'josh.r', 'davin', 'advance512', 'indygreg']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue23051'
    versions = ['Python 2.7', 'Python 3.4', 'Python 3.5']

    Metadata

    Metadata

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions