Popen._internal_poll() references errno.ECHILD outside of the local scope

BPO 16650
Nosy @terryjreedy, @gpshead, @jcea, @pitrou, @asvetlov, @serhiy-storchaka
Files
  • subprocess_reference_nonlocal.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 = None
    closed_at = <Date 2012-12-24.18:11:52.734>
    created_at = <Date 2012-12-09.07:03:20.702>
    labels = ['type-bug', 'library']
    title = 'Popen._internal_poll() references errno.ECHILD outside of the local scope'
    updated_at = <Date 2013-09-15.04:22:47.003>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2013-09-15.04:22:47.003>
    actor = 'terry.reedy'
    assignee = 'none'
    closed = True
    closed_date = <Date 2012-12-24.18:11:52.734>
    closer = 'asvetlov'
    components = ['Library (Lib)']
    creation = <Date 2012-12-09.07:03:20.702>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['28266']
    hgrepos = []
    issue_num = 16650
    keywords = ['patch']
    message_count = 8.0
    messages = ['177201', '177226', '177227', '177229', '177686', '178085', '178086', '197746']
    nosy_count = 7.0
    nosy_names = ['terry.reedy', 'gregory.p.smith', 'jcea', 'pitrou', 'asvetlov', 'python-dev', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue16650'
    versions = ['Python 2.7', 'Python 3.2', 'Python 3.3', 'Python 3.4']