tracemalloc.get_traceback_limit()
Get the maximum number of frames stored in the traceback of a trace.
The tracemalloc
module must be tracing memory allocations to get the limit, otherwise an exception is raised.
The limit is set by the start()
function.
Please login to continue.