Skip to content

bpo-20064: Document PyObject_Malloc() #4199

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

Merged
merged 1 commit into from
Oct 31, 2017
Merged

bpo-20064: Document PyObject_Malloc() #4199

merged 1 commit into from
Oct 31, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 31, 2017

Document the following functions:

  • PyObject_Malloc()
  • PyObject_Calloc()
  • PyObject_Realloc()
  • PyObject_Free()

Fix also PyMem_RawFree() documentation.

https://bugs.python.org/issue20064

Document the following functions:

* PyObject_Malloc()
* PyObject_Calloc()
* PyObject_Realloc()
* PyObject_Free()

Fix also PyMem_RawFree() documentation.
@miss-islington
Copy link
Contributor

Thanks @Haypo for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 31, 2017
Document the following functions:

* PyObject_Malloc()
* PyObject_Calloc()
* PyObject_Realloc()
* PyObject_Free()

Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd)
@bedevere-bot
Copy link

GH-4203 is a backport of this pull request to the 3.6 branch.

vstinner pushed a commit that referenced this pull request Oct 31, 2017
Document the following functions:

* PyObject_Malloc()
* PyObject_Calloc()
* PyObject_Realloc()
* PyObject_Free()

Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd)
embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
Document the following functions:

* PyObject_Malloc()
* PyObject_Calloc()
* PyObject_Realloc()
* PyObject_Free()

Fix also PyMem_RawFree() documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants