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

Clarify about fork() and the CPython runtime in the C-API docs. #82997

Closed
ericsnowcurrently opened this issue Nov 15, 2019 · 3 comments
Closed
Assignees
Labels
3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir

Comments

@ericsnowcurrently
Copy link
Member

BPO 38816
Nosy @gpshead, @ericsnowcurrently, @phmc, @miss-islington
PRs
  • bpo-38816: Add notes in the C-API docs about fork in subinterpreters. #17176
  • [3.8] bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) #17178
  • 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/ericsnowcurrently'
    closed_at = <Date 2019-11-15.21:37:23.878>
    created_at = <Date 2019-11-15.18:35:46.808>
    labels = ['3.8', '3.9', 'docs']
    title = 'Clarify about fork() and the CPython runtime in the C-API docs.'
    updated_at = <Date 2019-11-15.21:37:23.877>
    user = 'https://github.com/ericsnowcurrently'

    bugs.python.org fields:

    activity = <Date 2019-11-15.21:37:23.877>
    actor = 'eric.snow'
    assignee = 'eric.snow'
    closed = True
    closed_date = <Date 2019-11-15.21:37:23.878>
    closer = 'eric.snow'
    components = ['Documentation']
    creation = <Date 2019-11-15.18:35:46.808>
    creator = 'eric.snow'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38816
    keywords = ['patch']
    message_count = 3.0
    messages = ['356705', '356717', '356718']
    nosy_count = 4.0
    nosy_names = ['gregory.p.smith', 'eric.snow', 'pconnell', 'miss-islington']
    pr_nums = ['17176', '17178']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38816'
    versions = ['Python 3.8', 'Python 3.9']

    @ericsnowcurrently
    Copy link
    Member Author

    The C-API docs are a bit sparse on the interplay between C fork() and the CPython runtime.

    @ericsnowcurrently ericsnowcurrently added 3.8 only security fixes 3.9 only security fixes labels Nov 15, 2019
    @ericsnowcurrently ericsnowcurrently self-assigned this Nov 15, 2019
    @ericsnowcurrently ericsnowcurrently added the docs Documentation in the Doc dir label Nov 15, 2019
    @miss-islington
    Copy link
    Contributor

    New changeset 73cdb0c by Miss Islington (bot) (Eric Snow) in branch 'master':
    bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
    73cdb0c

    @miss-islington
    Copy link
    Contributor

    New changeset 7a5d4c7 by Miss Islington (bot) in branch '3.8':
    bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176)
    7a5d4c7

    @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.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants