Skip to content

expose posix_spawn(p) #64303

@benjaminp

Description

@benjaminp
BPO 20104
Nosy @gpshead, @vstinner, @benjaminp, @ned-deily, @alex, @dhduvall, @vadmium, @serhiy-storchaka, @pablogsal, @miss-islington
PRs
  • bpo-20104: Expose posix_spawn in the os module #5109
  • bpo-20104: Expose posix_spawn in the os module #5109
  • bpo-20104: Fix memory leaks and error handling in posix spawn #5418
  • bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). #6332
  • bpo-20104: Add os.posix_spawn documentation. #6334
  • [3.7] bpo-20104: Add os.posix_spawn documentation. (GH-6334) #6336
  • [3.7] bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) #6673
  • bpo-20104: Add flag capabilities to posix_spawn #6693
  • bpo-20104: Change the file_actions parameter of os.posix_spawn(). #6725
  • bpo-20104: Remove posix_spawn from 3.7 #6794
  • Dependencies
  • bpo-33191: Refleak in posix_spawn
  • bpo-33441: Expose the sigset_t converter via private API
  • 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 = <Date 2018-09-09.11:40:06.390>
    created_at = <Date 2014-01-01.18:13:20.774>
    labels = ['extension-modules', 'type-feature', '3.8']
    title = 'expose posix_spawn(p)'
    updated_at = <Date 2019-01-07.00:47:02.950>
    user = 'https://github.com/benjaminp'

    bugs.python.org fields:

    activity = <Date 2019-01-07.00:47:02.950>
    actor = 'vstinner'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2018-09-09.11:40:06.390>
    closer = 'vstinner'
    components = ['Extension Modules']
    creation = <Date 2014-01-01.18:13:20.774>
    creator = 'benjamin.peterson'
    dependencies = ['33191', '33441']
    files = []
    hgrepos = []
    issue_num = 20104
    keywords = ['patch']
    message_count = 70.0
    messages = ['207137', '207139', '213344', '222570', '222571', '222572', '269684', '289758', '289769', '289775', '289791', '311040', '311041', '311051', '311081', '311086', '311087', '311089', '311094', '311100', '311102', '311144', '311164', '311165', '311166', '314732', '314770', '314774', '314775', '314777', '314779', '314781', '314783', '314784', '314826', '315795', '315995', '315997', '316014', '316046', '316063', '316068', '316088', '316150', '316235', '316238', '316246', '316247', '316268', '316282', '316489', '316495', '316503', '316522', '316525', '316551', '316588', '316592', '316595', '317071', '317076', '317084', '317510', '323639', '324765', '324832', '324833', '324881', '324883', '333129']
    nosy_count = 13.0
    nosy_names = ['gregory.p.smith', 'vstinner', 'benjamin.peterson', 'ned.deily', 'alex', 'dhduvall', 'neologix', 'gennad', 'martin.panter', 'serhiy.storchaka', 'John Jones', 'pablogsal', 'miss-islington']
    pr_nums = ['5109', '5109', '5418', '6332', '6334', '6336', '6673', '6693', '6725', '6794']
    priority = None
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue20104'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Assignees

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions