Skip to content

subprocess.check_output(['echo', 'test'], text=True, input=None) fails #86554

Description

@ThiefMaster
BPO 42388
Nosy @gpshead, @ThiefMaster, @izbyshev, @miss-islington
PRs
  • bpo-42388: Fix subprocess.check_output input=None when text=True #23467
  • [3.9] bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) #23934
  • [3.8] bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467) #23935
  • 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 = None
    created_at = <Date 2020-11-17.13:56:29.591>
    labels = ['3.8', 'type-bug', 'library', '3.9', '3.10']
    title = "subprocess.check_output(['echo', 'test'], text=True, input=None) fails"
    updated_at = <Date 2020-12-25.05:18:40.656>
    user = 'https://github.com/ThiefMaster'

    bugs.python.org fields:

    activity = <Date 2020-12-25.05:18:40.656>
    actor = 'miss-islington'
    assignee = 'gregory.p.smith'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2020-11-17.13:56:29.591>
    creator = 'ThiefMaster'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42388
    keywords = ['patch']
    message_count = 8.0
    messages = ['381234', '381622', '381623', '381628', '383714', '383716', '383718', '383719']
    nosy_count = 4.0
    nosy_names = ['gregory.p.smith', 'ThiefMaster', 'izbyshev', 'miss-islington']
    pr_nums = ['23467', '23934', '23935']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue42388'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    Metadata

    Metadata

    Assignees

    Labels

    3.10only security fixes3.8 (EOL)end of life3.9 (EOL)end of lifestdlibStandard 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