Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
729148b21762a639895e96a4e772ea2803540420
/
Modules
/
_tracemalloc.c
d9a7352
Issue #21036: Fix typo in macro name
by Victor Stinner
· 11 years ago
dd382ef
Issue #20354: Fix alignment issue in the tracemalloc module on 64-bit
by Victor Stinner
· 11 years ago
711e27c
tracemalloc: fix usage of strtol(), value can be LONG_MIN or LONG_MAX on ERANGE
by Victor Stinner
· 11 years ago
4d8c29c
tracemalloc: only use unsigned types to compute hash
by Victor Stinner
· 11 years ago
590cebe
Issue #19787: PyThread_set_key_value() now always set the value
by Victor Stinner
· 11 years ago
441adb8
Backout changeset 46393019b650
by Victor Stinner
· 11 years ago
cd0cb8c
Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3,
by Victor Stinner
· 11 years ago
88c2987
Close #19741: tracemalloc_realloc() does not release the table lock anymore
by Victor Stinner
· 11 years ago
1511680
Close #19757: Cleanup tracemalloc, move
by Victor Stinner
· 11 years ago
be0708f
Closes #19831: Stop tracemalloc later at Python shutdown to be able to use
by Victor Stinner
· 11 years ago
f28ce60
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
by Victor Stinner
· 11 years ago
3c0481d
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
by Victor Stinner
· 11 years ago
59463d8
tracemalloc: fix get_traced_memory() docstring for result type
by Victor Stinner
· 11 years ago
4dc7420
Issue #18874: Fix typo
by Victor Stinner
· 11 years ago
2ead3d2
Issue #18874: make it more explicit than set_reentrant() only accept 0 or 1
by Victor Stinner
· 11 years ago
7a5be14
Issue #18874: tracemalloc: Comment the trace_t structure
by Victor Stinner
· 11 years ago
de2f132
Issue #18874: tracemalloc: explain the purpose of get_traces.tracebacks in a comment
by Victor Stinner
· 11 years ago
4fbefdb
Close #19762: Fix name of _get_traces() and _get_object_traceback() function
by Victor Stinner
· 11 years ago
08facd2
Issue #19741: cleanup tracemalloc_realloc()
by Victor Stinner
· 11 years ago
5296867
Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller
by Victor Stinner
· 11 years ago
d606ba7
Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure
by Victor Stinner
· 11 years ago
3728d6c
Issue #18874: Remove tracemalloc.set_traceback_limit()
by Victor Stinner
· 11 years ago
ed3b0bc
Issue #18874: Implement the PEP 454 (tracemalloc)
by Victor Stinner
· 11 years ago