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

Incompatibilities with the socketserver and multiprocessing packages #76789

@rbprogrammer

Description

@rbprogrammer
BPO 32608
Nosy @pitrou, @applio, @rbprogrammer
PRs
  • bpo-32608: Adding a server into socketserver that handles client connection in new "multiprocessing.Process" processes. #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']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (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