Incompatibilities with the socketserver and multiprocessing packages

Open
#76,789 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

Start with the multiprocessing_socketserver.py reproducer linked in the issue and review PR 5258, which contains the proposed fix for the socketserver and multiprocessing incompatibilities. Run the script to observe the reported behavior, then verify that the incompatibilities are resolved without breaking the affected packages.

Written by the indexing model from the issue text.

Description

3.8 (EOL) stdlib topic-multiprocessing topic-socket type-bug
BPO 32608
Nosy @pitrou, @applio, @rbprogrammer
PRs
  • python/cpython#5258
  • Files
  • multiprocessing_socketserver.py: Script that exercises the bug, and demonstrates the proposed fix.
  • 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 2018-01-21.12:55:27.196>
    labels = ['3.8', 'type-bug', 'library']
    title = 'Incompatibilities with the socketserver and multiprocessing packages'
    updated_at = <Date 2018-05-06.21:24:08.522>
    user = 'https://github.com/rbprogrammer'
    

    bugs.python.org fields:

    activity = <Date 2018-05-06.21:24:08.522>
    actor = 'rbprogrammer'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2018-01-21.12:55:27.196>
    creator = 'rbprogrammer'
    dependencies = []
    files = ['47398']
    hgrepos = []
    issue_num = 32608
    keywords = ['patch']
    message_count = 7.0
    messages = ['310371', '313652', '313876', '315851', '315914', '316021', '316244']
    nosy_count = 3.0
    nosy_names = ['pitrou', 'davin', 'rbprogrammer']
    pr_nums = ['5258']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32608'
    versions = ['Python 3.8']
    

    Dominant language
    Python
    Stars
    77.2k
    Forks
    36k
    Avg merge
    1d 9h
    Merged PRs (30d)
    558

    Contributor guide

    Open the contributing guide

    First steps

    1. Read the whole issue, then the project's contributing guide.
    2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
    3. Fork the repository and make your change on a branch.
    4. Open a pull request that references the issue number.

    More from python/cpython

    All issues in python/cpython

    Similar issues

    More Python issues

    Get new issues in your inbox

    A short digest of beginner-friendly GitHub issues.