[issue20616] Add tracemalloc.Traceback.format() method

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 132821b65e22 by Victor Stinner in branch '3.4': Issue #20616: Add a format() method to tracemalloc.Traceback. http://hg.python.org/cpython/rev/132821b65e22 -- ___ Python tracker

[issue20616] Add tracemalloc.Traceback.format() method

2014-02-16 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20616] Add tracemalloc.Traceback.format() method

2014-02-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset d50a95fab002 by Victor Stinner in branch 'default': Issue #20616: Add a format() method to tracemalloc.Traceback. http://hg.python.org/cpython/rev/d50a95fab002 -- nosy: +python-dev ___ Python tracker

[issue20616] Add tracemalloc.Traceback.format() method

2014-02-13 Thread STINNER Victor
STINNER Victor added the comment: > Victor: at this point I'm cherry-picking all revisions that will go into rc2 > / final. So would like to cherry-pick such addition? -- ___ Python tracker __

[issue20616] Add tracemalloc.Traceback.format() method

2014-02-13 Thread Larry Hastings
Larry Hastings added the comment: Victor: at this point I'm cherry-picking all revisions that will go into rc2 / final. -- ___ Python tracker ___ ___

[issue20616] Add tracemalloc.Traceback.format() method

2014-02-13 Thread STINNER Victor
New submission from STINNER Victor: Attached patch adds a Traceback.format() to the new tracemalloc module. Since the tracemalloc is new in Python 3.4 and my patch adds a new (simple and tested) method, I consider that it's not so late to add it :-) I chose a different API than traceback.forma