Victor Stinner
|
52968676f1
|
Issue #19741: tracemalloc: report tracemalloc_log_alloc() failure to the caller
for new allocations, but not when a memory block was already resized
|
2013-11-24 11:37:15 +01:00 |
Victor Stinner
|
d606ba7f55
|
Issue #19741: fix tracemalloc_log_alloc(), handle _Py_HASHTABLE_SET() failure
|
2013-11-24 11:28:20 +01:00 |
Victor Stinner
|
3728d6ced0
|
Issue #18874: Remove tracemalloc.set_traceback_limit()
tracemalloc.start() now has an option nframe parameter
|
2013-11-23 12:37:20 +01:00 |
Victor Stinner
|
ed3b0bca3e
|
Issue #18874: Implement the PEP 454 (tracemalloc)
|
2013-11-23 12:27:24 +01:00 |