Skip to content

[EASY] subprocess: TypeError: can't concat str to bytes, in _execute_child() #75361

@vstinner

Description

@vstinner
BPO 31178
Nosy @gpshead, @vstinner, @ammaraskar
PRs
  • bpo-31178: Avoid concatenating bytes with str in subprocess error #3066
  • [3.6] bpo-31178: Avoid concatenating bytes with str in subprocess error #3388
  • bpo-31178: Mock os.waitpid() in test_subprocess #3896
  • [3.6] bpo-31178: Mock os.waitpid() in test_subprocess (GH-3896) #3897
  • Files
  • subprocess_bug.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 2017-10-09.15:55:17.396>
    created_at = <Date 2017-08-10.15:29:43.999>
    labels = ['easy', 'library']
    title = "[EASY] subprocess: TypeError: can't concat str to bytes, in _execute_child()"
    updated_at = <Date 2017-10-09.15:55:17.396>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-10-09.15:55:17.396>
    actor = 'vstinner'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2017-10-09.15:55:17.396>
    closer = 'vstinner'
    components = ['Library (Lib)']
    creation = <Date 2017-08-10.15:29:43.999>
    creator = 'vstinner'
    dependencies = []
    files = ['47077']
    hgrepos = []
    issue_num = 31178
    keywords = ['patch', 'easy']
    message_count = 9.0
    messages = ['300102', '301447', '301448', '301450', '301515', '303762', '303763', '303764', '303980']
    nosy_count = 3.0
    nosy_names = ['gregory.p.smith', 'vstinner', 'ammar2']
    pr_nums = ['3066', '3388', '3896', '3897']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue31178'
    versions = ['Python 3.6']

    Metadata

    Metadata

    Assignees

    Labels

    easystdlibStandard Library Python modules in the Lib/ directory
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions