Staging
v0.8.1
https://github.com/python/cpython
Revision 8543ce8ffd57d770b57fe653e0ab7fada1a4c343 authored by Miss Islington (bot) on 31 October 2017, 16:56:11 UTC, committed by Victor Stinner on 31 October 2017, 16:56:11 UTC
Document the following functions:

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

Fix also PyMem_RawFree() documentation.
(cherry picked from commit ec2cbdd1dff2c51788136480b2085e77506ebf34)
1 parent 6969d36
History
Tip revision: 8543ce8ffd57d770b57fe653e0ab7fada1a4c343 authored by Miss Islington (bot) on 31 October 2017, 16:56:11 UTC
bpo-20064: Document PyObject_Malloc() (GH-4199) (#4203)
Tip revision: 8543ce8
File Mode Size
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitattributes -rw-r--r-- 798 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 1.0 KB
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 8.7 KB
.travis.yml -rw-r--r-- 4.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 59.2 KB
README.rst -rw-r--r-- 9.1 KB
aclocal.m4 -rw-r--r-- 13.0 KB
config.guess -rwxr-xr-x 43.2 KB
config.sub -rwxr-xr-x 35.7 KB
configure -rwxr-xr-x 477.0 KB
configure.ac -rw-r--r-- 158.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.9 KB
setup.py -rw-r--r-- 99.1 KB

README.rst

back to top