Skip to content

subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista #63963

@vstinner

Description

@vstinner
BPO 19764
Nosy @gpshead, @pfmoore, @vstinner, @tjguk, @codeape2, @zware, @eryksun, @zooba, @xflr6, @segevfiner
PRs
  • bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows #1218
  • Files
  • windows-subprocess-close-fds.patch: Implement subprocess.Popen(close_fds=True) with stdio on Windows
  • windows-subprocess-close-fds-v2.patch: Second version of the patch
  • windows-subprocess-close-fds-v3.patch: Third version of the patch
  • windows-subprocess-close-fds-v3-vista7-hack.patch: Third version with an hack around Vista/7 nastiness (Requires testing)
  • windows-subprocess-close-fds-v4.patch: 4th version of the patch
  • windows-subprocess-close-fds-v5.patch
  • windows-subprocess-close-fds-v6.patch: 6th version of the patch (Now on top of Git :P)
  • 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-12-18.09:35:37.441>
    created_at = <Date 2013-11-25.09:01:55.948>
    labels = ['3.7', 'library', 'OS-windows', 'performance']
    title = 'subprocess: use PROC_THREAD_ATTRIBUTE_HANDLE_LIST with STARTUPINFOEX on Windows Vista'
    updated_at = <Date 2018-07-04.14:56:46.872>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2018-07-04.14:56:46.872>
    actor = 'xflr6'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-12-18.09:35:37.441>
    closer = 'vstinner'
    components = ['Library (Lib)', 'Windows']
    creation = <Date 2013-11-25.09:01:55.948>
    creator = 'vstinner'
    dependencies = []
    files = ['46175', '46178', '46185', '46282', '46814', '46819', '46820']
    hgrepos = []
    issue_num = 19764
    keywords = ['patch']
    message_count = 28.0
    messages = ['204314', '204637', '204638', '204675', '284817', '284834', '284843', '284865', '284866', '284898', '284903', '285427', '291421', '291900', '291915', '291989', '291995', '291996', '294164', '294791', '294810', '308470', '308528', '308530', '308531', '320784', '320806', '321048']
    nosy_count = 11.0
    nosy_names = ['gregory.p.smith', 'paul.moore', 'vstinner', 'tim.golden', 'Bernt.R\xc3\xb8skar.Brenna', 'sbt', 'zach.ware', 'eryksun', 'steve.dower', 'xflr6', 'Segev Finer']
    pr_nums = ['1218']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue19764'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifeOS-windowsperformancePerformance or resource usagestdlibStandard Library Python modules in the Lib/ directory

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions