]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-20064: Document PyObject_Malloc() (#4204)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 31 Oct 2017 17:08:28 +0000 (10:08 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Oct 2017 17:08:28 +0000 (10:08 -0700)
commit52ba7b447f41dad2754ddbc50ed97413b557bbe1
tree5db16f85a6892e51849cf8b0628e3c36a9466736
parent8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57
bpo-20064: Document PyObject_Malloc() (#4204)

Document the following functions:

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

Document also the pymalloc allocator.
Doc/c-api/memory.rst
Objects/obmalloc.c