]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 27 Nov 2013 22:39:55 +0000 (23:39 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 27 Nov 2013 22:39:55 +0000 (23:39 +0100)
Doc/library/tracemalloc.rst

index 82d997aa86b5009a2de0cfd06c8d8cb09d035f34..d4067825d2235be3cef98014dc71cc35d44c7d21 100644 (file)
@@ -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