Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solaris: enable posix_spawn in subprocess #89098

Closed
kulikjak mannequin opened this issue Aug 17, 2021 · 3 comments
Closed

Solaris: enable posix_spawn in subprocess #89098

kulikjak mannequin opened this issue Aug 17, 2021 · 3 comments
Labels
3.10 only security fixes 3.11 only security fixes stdlib Python modules in the Lib dir

Comments

@kulikjak
Copy link
Mannequin

kulikjak mannequin commented Aug 17, 2021

BPO 44935
Nosy @gpshead, @miss-islington, @kulikjak
PRs
  • bpo-44935: enable posix_spawn() on Solaris #27795
  • [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) #27800
  • 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 2021-08-17.23:40:07.123>
    created_at = <Date 2021-08-17.13:51:47.201>
    labels = ['library', '3.10', '3.11']
    title = 'Solaris: enable posix_spawn in subprocess'
    updated_at = <Date 2021-08-17.23:40:07.123>
    user = 'https://github.com/kulikjak'

    bugs.python.org fields:

    activity = <Date 2021-08-17.23:40:07.123>
    actor = 'gregory.p.smith'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-08-17.23:40:07.123>
    closer = 'gregory.p.smith'
    components = ['Library (Lib)']
    creation = <Date 2021-08-17.13:51:47.201>
    creator = 'kulikjak'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44935
    keywords = ['patch']
    message_count = 3.0
    messages = ['399750', '399778', '399780']
    nosy_count = 3.0
    nosy_names = ['gregory.p.smith', 'miss-islington', 'kulikjak']
    pr_nums = ['27795', '27800']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'commit review'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue44935'
    versions = ['Python 3.10', 'Python 3.11']

    @kulikjak
    Copy link
    Mannequin Author

    kulikjak mannequin commented Aug 17, 2021

    Solaris also provides posix_spawn() syscall that can/should be used in the subprocess module to spawn new processes.

    @kulikjak kulikjak mannequin added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes stdlib Python modules in the Lib dir labels Aug 17, 2021
    @gpshead
    Copy link
    Member

    gpshead commented Aug 17, 2021

    New changeset b1930bf by Jakub Kulík in branch 'main':
    bpo-44935: enable posix_spawn() on Solaris (GH-27795)
    b1930bf

    @miss-islington
    Copy link
    Contributor

    New changeset 826e059 by Miss Islington (bot) in branch '3.10':
    [3.10] bpo-44935: enable posix_spawn() on Solaris (GH-27795) (GH-27800)
    826e059

    @gpshead gpshead removed the 3.9 only security fixes label Aug 17, 2021
    @gpshead gpshead closed this as completed Aug 17, 2021
    @gpshead gpshead removed the 3.9 only security fixes label Aug 17, 2021
    @gpshead gpshead closed this as completed Aug 17, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes 3.11 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants