SIGN IN SIGN UP

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.
V
Victor Stinner committed
19276f184f00829ce55ce0e98f8db06d93b7d665
Parent: d4c2ac8