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

Doc: PyObject_Malloc() is not documented #62592

Closed
vstinner opened this issue Jul 7, 2013 · 3 comments
Closed

Doc: PyObject_Malloc() is not documented #62592

vstinner opened this issue Jul 7, 2013 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@vstinner
Copy link
Member

vstinner commented Jul 7, 2013

BPO 18392
Nosy @vstinner, @willingc
Superseder
  • bpo-20064: PyObject_Malloc is not documented
  • 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 2014-07-18.18:24:07.992>
    created_at = <Date 2013-07-07.00:26:56.368>
    labels = ['docs']
    title = 'Doc: PyObject_Malloc() is not documented'
    updated_at = <Date 2014-07-18.18:24:07.992>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2014-07-18.18:24:07.992>
    actor = 'zach.ware'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2014-07-18.18:24:07.992>
    closer = 'zach.ware'
    components = ['Documentation']
    creation = <Date 2013-07-07.00:26:56.368>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 18392
    keywords = []
    message_count = 3.0
    messages = ['192505', '223282', '223324']
    nosy_count = 4.0
    nosy_names = ['vstinner', 'docs@python', 'BreamoreBoy', 'willingc']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '20064'
    type = None
    url = 'https://bugs.python.org/issue18392'
    versions = ['Python 3.5']

    @vstinner
    Copy link
    Member Author

    vstinner commented Jul 7, 2013

    The implementation of the PEP-445 documents new memory allocator functions. But the old good PyObject_Malloc() is still not documentated!?

    @vstinner vstinner added the docs Documentation in the Doc dir label Jul 7, 2013
    @BreamoreBoy
    Copy link
    Mannequin

    BreamoreBoy mannequin commented Jul 16, 2014

    Any volunteers to document what appears to be a relatively obscure function :)

    @willingc
    Copy link
    Contributor

    Looks as if there is a patch for this on bpo-20064. http://bugs.python.org/issue20064

    @zware zware closed this as completed Jul 18, 2014
    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants