]> granicus.if.org Git - python/commit
bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Oct 2017 16:56:11 +0000 (09:56 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Oct 2017 16:56:11 +0000 (09:56 -0700)
commit8543ce8ffd57d770b57fe653e0ab7fada1a4c343
treeab20cf707e47adff5a018b12e2b4cb014ad313a8
parent6969d368c43d4c97e5f7b7b22904305ec68f79ba
bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)

Document the following functions:

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

Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd1dff2c51788136480b2085e77506ebf34)
Doc/c-api/memory.rst