bpo-20064: Document PyObject_Malloc() by vstinner · Pull Request #4199 · python/cpython

@vstinner

Document the following functions:

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

Fix also PyMem_RawFree() documentation.

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)

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.