This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, vstinner
Date 2017-11-23.20:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511467820.73.0.213398074469.issue32121@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-23 20:10:20pitrousetrecipients: + pitrou, vstinner
2017-11-23 20:10:20pitrousetmessageid: <1511467820.73.0.213398074469.issue32121@psf.upfronthosting.co.za>
2017-11-23 20:10:20pitroulinkissue32121 messages
2017-11-23 20:10:20pitroucreate