[issue19306] Warn unsuspecting readers that thread stacks are in reverse order

STINNER Victor report at bugs.python.org
Mon Oct 21 02:03:39 CEST 2013


STINNER Victor added the comment:

> TBH now I'm getting worried that other programs may exist that parse this format and will get confused.

A program parsing faulthandler output? Seriously? It would be nice, but I don't know any.

Anyway, such program would probably use a regex to parse the output, and it's very easy to support Python 3.3 format and patched (future 3.4) format.

> New patch, with fixed test.

Thanks. The patch looks good to me, you can push it.

----------

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


More information about the Python-bugs-list mailing list