New submission from Antoine Pitrou <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue14665> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
