Skip to content

assertion failure in subprocess.Popen() in case the env arg has a bad keys() method #75652

@orenmn

Description

@orenmn
mannequin
BPO 31471
Nosy @vstinner, @serhiy-storchaka, @orenmn
PRs
  • bpo-31471: fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method #3580
  • [3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) #3584
  • [2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) #3595
  • 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 2017-09-15.07:20:59.988>
    created_at = <Date 2017-09-14.16:42:10.886>
    labels = ['extension-modules', '3.7', 'type-crash']
    title = 'assertion failure in subprocess.Popen() in case the env arg has a bad keys() method'
    updated_at = <Date 2017-09-15.07:20:59.986>
    user = 'https://github.com/orenmn'

    bugs.python.org fields:

    activity = <Date 2017-09-15.07:20:59.986>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-09-15.07:20:59.988>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2017-09-14.16:42:10.886>
    creator = 'Oren Milman'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31471
    keywords = ['patch']
    message_count = 10.0
    messages = ['302181', '302199', '302200', '302203', '302231', '302235', '302236', '302237', '302238', '302239']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'serhiy.storchaka', 'Oren Milman']
    pr_nums = ['3580', '3584', '3595']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue31471'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifeextension-modulesC modules in the Modules dirtype-crashA hard crash of the interpreter, possibly with a core dump

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions