cpython/Doc/c-api
Victor Stinner 52ba7b447f
bpo-20064: Document PyObject_Malloc() (#4204)
Document the following functions:

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

Document also the pymalloc allocator.
2017-10-31 10:08:28 -07:00
..
abstract.rst
allocation.rst
arg.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
bool.rst
buffer.rst [2.7] bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993) 2017-10-16 21:23:43 +03:00
bytearray.rst
capsule.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
cell.rst
class.rst
cobject.rst
code.rst
codec.rst
complex.rst
concrete.rst
conversion.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
datetime.rst
descriptor.rst
dict.rst
exceptions.rst [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) 2017-05-22 20:16:53 +03:00
file.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
index.rst
init.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
int.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
intro.rst
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst
marshal.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
memory.rst bpo-20064: Document PyObject_Malloc() (#4204) 2017-10-31 10:08:28 -07:00
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst Issue #25701: Document that some C APIs can both set and delete items 2016-11-30 10:32:40 +00:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst Issue #25701: Document that some C APIs can both set and delete items 2016-11-30 10:32:40 +00:00
set.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
slice.rst [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147) 2017-04-14 19:04:22 -07:00
string.rst
structures.rst bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609) 2017-09-16 14:30:07 +03:00
sys.rst
tuple.rst
type.rst
typeobj.rst [2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927) 2017-10-17 02:25:23 -07:00
unicode.rst Issue #28496: Mark up constants 0, 1 and -1 that denote return values or 2016-10-27 21:41:04 +03:00
utilities.rst
veryhigh.rst
weakref.rst