[issue19818] tracemalloc: comments on the doc

2014-03-25 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: -3.3regression ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue19818] tracemalloc: comments on the doc

2014-03-25 Thread STINNER Victor
Changes by STINNER Victor : -- keywords: +3.3regression resolution: -> out of date status: open -> closed ___ Python tracker ___ ___

[issue19818] tracemalloc: comments on the doc

2013-12-10 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue19818] tracemalloc: comments on the doc

2013-11-27 Thread STINNER Victor
STINNER Victor added the comment: Could you please write a patch on Doc/library/tracemalloc.rst? It's really hard to review your raw comments in comments. You should probably sign the contributor agreement. http://www.python.org/psf/contrib/contrib-form/ """ Is [clear_traces()] just a shortcut

[issue19818] tracemalloc: comments on the doc

2013-11-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8df54b9b99ef by Victor Stinner in branch 'default': Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore http://hg.python.org/cpython/rev/8df54b9b99ef -- nosy: +python-dev ___ Pytho

[issue19818] tracemalloc: comments on the doc

2013-11-27 Thread STINNER Victor
STINNER Victor added the comment: > I have a tendency to read "maximum size" as the most it is willing/able to > trace, rather than the most it has traced at a single time so far. I > therefore prefer "peak_size". I already replied to this comment on Rietveld, I created the issue #19798 which

[issue19818] tracemalloc: comments on the doc

2013-11-27 Thread STINNER Victor
New submission from STINNER Victor: Jim Jewett posted the message msg204618 to the issue #18874 which is now closed, so I'm opening a new issue. Copy of his message. These comments refer to http://hg.python.org/cpython/file/5c9af8194d3b/Doc/library/tracemalloc.rst which is newer than the cur

[issue19818] tracemalloc: comments on the doc

2013-11-27 Thread STINNER Victor
STINNER Victor added the comment: And copy of his second message msg204619: Drat: forgot one at line 277 .. function:: get_traced_memory() Get the current size and maximum size of memory blocks traced by the :mod:`tracemalloc` module as a tuple: ``(size: int, max_size: int)``. I have