]> granicus.if.org Git - python/commit
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 23 Mar 2015 20:20:27 +0000 (21:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 23 Mar 2015 20:20:27 +0000 (21:20 +0100)
commit19276f184f00829ce55ce0e98f8db06d93b7d665
tree6ff82eeae3c48489efb8c1db2aa0d0724692f7bf
parentd4c2ac83944e48a02e5f11adba312d5b3b985150
Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)

Issue #23654: Turn off ICC's tail call optimization for the stack_overflow
generator. ICC turns the recursive tail call into a loop.

Patch written by Matt Frank.
Misc/ACKS
Modules/faulthandler.c