Kaydet (Commit) 5362abf4 authored tarafından Victor Stinner's avatar Victor Stinner

Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore

üst a5062c5d
......@@ -391,9 +391,9 @@ Filter
If *all_frames* is ``True``, all frames of the traceback are checked. If
*all_frames* is ``False``, only the most recent frame is checked.
This attribute is ignored if the traceback limit is less than ``2``. See
the :func:`get_traceback_limit` function and
:attr:`Snapshot.traceback_limit` attribute.
This attribute has no effect if the traceback limit is ``1``. See the
:func:`get_traceback_limit` function and :attr:`Snapshot.traceback_limit`
attribute.
Frame
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment