[issue14665] faulthandler prints tracebacks in reverse order

Antoine Pitrou report at bugs.python.org
Wed Apr 25 00:17:15 CEST 2012


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

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.

----------
components: Extension Modules
messages: 159223
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: faulthandler prints tracebacks in reverse order
type: behavior
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14665>
_______________________________________


More information about the Python-bugs-list mailing list