[New-bugs-announce] [issue32121] tracemalloc.Traceback.format() should have an option to reverse the traceback

Antoine Pitrou report at bugs.python.org
Thu Nov 23 15:10:20 EST 2017


New submission from Antoine Pitrou <pitrou at free.fr>:

Right now tracemalloc.Traceback.format() returns the frames in "most recent call first" order.  This is not intuitive since ordinary Python tracebacks are displayed in "most recent call last" order.  It would be nice to add a `reverse` argument to change that.

----------
components: Library (Lib)
messages: 306856
nosy: pitrou, vstinner
priority: normal
severity: normal
stage: needs patch
status: open
title: tracemalloc.Traceback.format() should have an option to reverse the traceback
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32121>
_______________________________________


More information about the New-bugs-announce mailing list