[issue20888] tracemalloc: add getline() method to Traceback and Frame

2014-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 14c1ff6a8086 by Victor Stinner in branch 'default': Issue #20888: improve Pretty Top example of tracemalloc, use linecache http://hg.python.org/cpython/rev/14c1ff6a8086 -- nosy: +python-dev ___ Python

[issue20888] tracemalloc: add getline() method to Traceback and Frame

2014-03-10 Thread STINNER Victor
New submission from STINNER Victor: Is it too late in Python 3.4 release process to add a new method to classes of the tracemalloc module? Here is a patch which adds unit tests and uses the new method in the documentation. Example before: Top 10 lines #1:

[issue20888] tracemalloc: add getline() method to Traceback and Frame

2014-03-10 Thread R. David Murray
R. David Murray added the comment: Yes it is too late. The only reason any code changes should be made to the final RC is if we would otherwise have a brown bag release. -- nosy: +r.david.murray ___ Python tracker rep...@bugs.python.org