mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
This commit is contained in:
parent
a5062c5d81
commit
5362abf4ec
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue