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

Fix a small param type in allocation.rst #81613

Closed
shihai1991 opened this issue Jun 27, 2019 · 5 comments
Closed

Fix a small param type in allocation.rst #81613

shihai1991 opened this issue Jun 27, 2019 · 5 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@shihai1991
Copy link
Member

BPO 37432
Nosy @methane, @miss-islington, @shihai1991
PRs
  • bpo-37432: Fix a small param type in allocation.rst #14430
  • [3.8] bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) #14441
  • [3.7] bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430) #14442
  • 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 2019-06-28.09:41:52.609>
    created_at = <Date 2019-06-27.18:01:45.285>
    labels = ['3.8', 'type-bug', '3.7', '3.9', 'docs']
    title = 'Fix a small param type in allocation.rst'
    updated_at = <Date 2019-06-28.14:28:38.354>
    user = 'https://github.com/shihai1991'

    bugs.python.org fields:

    activity = <Date 2019-06-28.14:28:38.354>
    actor = 'SilentGhost'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-06-28.09:41:52.609>
    closer = 'shihai1991'
    components = ['Documentation']
    creation = <Date 2019-06-27.18:01:45.285>
    creator = 'shihai1991'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37432
    keywords = ['patch']
    message_count = 5.0
    messages = ['346764', '346765', '346810', '346811', '346812']
    nosy_count = 5.0
    nosy_names = ['methane', 'SilentGhost', 'docs@python', 'miss-islington', 'shihai1991']
    pr_nums = ['14430', '14441', '14442']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue37432'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @shihai1991 shihai1991 added docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error labels Jun 27, 2019
    @shihai1991 shihai1991 changed the title Fix a small param type allocation.rst Fix a small param type in allocation.rst Jun 27, 2019
    @SilentGhost
    Copy link
    Mannequin

    SilentGhost mannequin commented Jun 27, 2019

    Could you please elaborate on what exactly needs fixing?

    @shihai1991
    Copy link
    Member Author

    Due to https://github.com/python/cpython/blob/master/Include/objimpl.h#L102,
    void PyObject_Del(PyObject *op) should be void PyObject_Del(void *op)

    @methane
    Copy link
    Member

    methane commented Jun 28, 2019

    New changeset b4bee03 by Inada Naoki (Hai Shi) in branch 'master':
    bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
    b4bee03

    @miss-islington
    Copy link
    Contributor

    New changeset 99f2f85 by Miss Islington (bot) in branch '3.7':
    bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
    99f2f85

    @miss-islington
    Copy link
    Contributor

    New changeset ad00640 by Miss Islington (bot) in branch '3.8':
    bpo-37432: Doc: Fix signature of PyObject_Del() (GH-14430)
    ad00640

    @SilentGhost SilentGhost mannequin added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Jun 28, 2019
    @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.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants