Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
2f2920a17f1b51f9536e5d4c8a9b557558c4a07a
/
Lib
/
test
/
test_tracemalloc.py
8dd49fe
Issue #21639: Add a test to check that PyMem_Malloc(0) with tracemalloc enabled
by Victor Stinner
· 11 years ago
8ce8ff9
tracemalloc: filter_traces() raises a TypeError if filters is not an iterable
by Victor Stinner
· 11 years ago
23f628d
Issue #20616: Add a format() method to tracemalloc.Traceback.
by Victor Stinner
· 12 years ago
524be30
tracemalloc: Fix slicing traces and fix slicing a traceback.
by Victor Stinner
· 12 years ago
f28ce60
Closes #19786: tracemalloc, remove the arbitrary limit of 100 frames
by Victor Stinner
· 12 years ago
3c0481d
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
by Victor Stinner
· 12 years ago
a89ecc7
Cleanup test_tracemalloc.py. Patch written by Vajrasky Kok.
by Victor Stinner
· 12 years ago
3728d6c
Issue #18874: Remove tracemalloc.set_traceback_limit()
by Victor Stinner
· 12 years ago
ed3b0bc
Issue #18874: Implement the PEP 454 (tracemalloc)
by Victor Stinner
· 12 years ago