[issue24851] infinite loop in faulthandler._stack_overflow

Paul Murphy report at bugs.python.org
Fri Aug 14 17:32:52 CEST 2015


Paul Murphy added the comment:

...
#pragma GCC optimize ("no-optimize-sibling-calls")
...

Does preserve the desired behavior under -O2 and -O3, probably a bit nicer than using O0.

----------

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


More information about the Python-bugs-list mailing list