Skip to content

os.pipe should return inheritable descriptors (Windows) #48958

@castironpi

Description

@castironpi
BPO 4708
Nosy @vstinner, @tiran, @tjguk
Files
  • os_pipe_test.py: test showing subprocess inheriting handle
  • inheritable_pipes.diff: patch to posixmodule.c including test case and documentation updates.
  • 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 2014-02-13.13:52:42.906>
    created_at = <Date 2008-12-21.02:15:24.191>
    labels = ['type-bug', 'library', 'OS-windows']
    title = 'os.pipe should return inheritable descriptors (Windows)'
    updated_at = <Date 2014-02-13.13:52:42.905>
    user = 'https://bugs.python.org/castironpi'

    bugs.python.org fields:

    activity = <Date 2014-02-13.13:52:42.905>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2014-02-13.13:52:42.906>
    closer = 'vstinner'
    components = ['Library (Lib)', 'Windows']
    creation = <Date 2008-12-21.02:15:24.191>
    creator = 'castironpi'
    dependencies = []
    files = ['12408', '12460']
    hgrepos = []
    issue_num = 4708
    keywords = ['patch']
    message_count = 10.0
    messages = ['78136', '78166', '78321', '79844', '192660', '192733', '192736', '193637', '194775', '211156']
    nosy_count = 8.0
    nosy_names = ['ggenellina', 'vstinner', 'christian.heimes', 'tim.golden', 'jnoller', 'castironpi', 'Daniel.Goertzen', 'sbt']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue4708'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      OS-windowsstdlibStandard 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