]> granicus.if.org Git - python/commit
bpo-20064: Document PyObject_Malloc() (#4199)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Oct 2017 16:37:25 +0000 (09:37 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 16:37:25 +0000 (09:37 -0700)
commitec2cbdd1dff2c51788136480b2085e77506ebf34
treec98843da8042e865ecd292db5e0f4e0a03a70683
parent2298fad5ff907dd48ea0fb5c71fa22334ef28c6b
bpo-20064: Document PyObject_Malloc() (#4199)

Document the following functions:

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

Fix also PyMem_RawFree() documentation.
Doc/c-api/memory.rst