From: Victor Stinner Date: Wed, 27 Nov 2013 22:39:55 +0000 (+0100) Subject: Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore X-Git-Tag: v3.4.0b2~450 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5362abf4ec1f7fe6491b605fb1b007b62c0f53c0;p=thirdparty%2FPython%2Fcpython.git Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore --- diff --git a/Doc/library/tracemalloc.rst b/Doc/library/tracemalloc.rst index 82d997aa86b5..d4067825d223 100644 --- a/Doc/library/tracemalloc.rst +++ b/Doc/library/tracemalloc.rst @@ -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