[issue23654] infinite loop in faulthandler._stack_overflow

STINNER Victor report at bugs.python.org
Wed Mar 18 15:16:24 CET 2015


STINNER Victor added the comment:

> It occurs to me that the right way to deal with this is with
> __attribute__ ((optimize ("no-optimize-sibling-calls")))
> on the function where it matters (stack_overflow()).

Can you please write a patch for that with the right #ifdef to only add it to ICC?

----------

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


More information about the Python-bugs-list mailing list