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 2012-04-24.22:17:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335305835.2.0.186027990116.issue14665@psf.upfronthosting.co.za>
In-reply-to
Content
Python usually prints traceback from the outer to the inner function: the inner frame is printed last. But faulthandler prints the inner frame first and the outer frame last.
History
Date User Action Args
2012-04-24 22:17:15pitrousetrecipients: + pitrou, vstinner
2012-04-24 22:17:15pitrousetmessageid: <1335305835.2.0.186027990116.issue14665@psf.upfronthosting.co.za>
2012-04-24 22:17:14pitroulinkissue14665 messages
2012-04-24 22:17:14pitroucreate