cpython/Doc/c-api
Victor Stinner 0611c26a58 On memory error, dump the memory block traceback
Issue #26564: _PyObject_DebugDumpAddress() now dumps the traceback where a
memory block was allocated on memory block. Use the tracemalloc module to get
the traceback.
2016-03-15 22:22:13 +01:00
..
abstract.rst
allocation.rst
apiabiversion.rst
arg.rst Issue #26304: Merge doc wording from 3.5 2016-02-10 05:44:56 +00:00
bool.rst
buffer.rst Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst
codec.rst
complex.rst
concrete.rst
conversion.rst
coro.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Issue #22836: Keep exception reports sensible despite errors 2016-02-28 03:16:11 +00:00
file.rst
float.rst
function.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
gcsupport.rst
gen.rst Issue #25161: Merge full stops from 3.4 into 3.5 2015-10-10 10:44:25 +00:00
import.rst Issue #12484: Remove a mention of Py_InitModule() and _PyImport_FixupExtension(). 2015-12-27 12:24:06 -08:00
index.rst
init.rst Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 2015-11-30 03:18:29 +00:00
intro.rst Issue #25985: sys.version_info is now used instead of sys.version 2016-02-11 13:10:36 +02:00
iter.rst
iterator.rst
list.rst
long.rst
mapping.rst issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and 2016-01-21 09:37:28 -08:00
marshal.rst
memory.rst On memory error, dump the memory block traceback 2016-03-15 22:22:13 +01:00
memoryview.rst
method.rst
module.rst
none.rst
number.rst
objbuffer.rst
object.rst Issue #25701: Document C API functions that both set and delete objects 2015-12-08 00:03:20 +00:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst Issue #25701: Document C API functions that both set and delete objects 2015-12-08 00:03:20 +00:00
set.rst
slice.rst
stable.rst Add a link to PEP 384 in stable.rst 2016-01-28 12:42:26 +02:00
structures.rst
sys.rst Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure 2015-11-30 03:18:29 +00:00
tuple.rst
type.rst
typeobj.rst Issue #25701: Document C API functions that both set and delete objects 2015-12-08 00:03:20 +00:00
unicode.rst
utilities.rst
veryhigh.rst
weakref.rst