diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-23 21:20:27 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-23 21:20:27 +0100 |
commit | e9a3a2d003c13a9c72c4bee694b603c3471b2445 (patch) | |
tree | 9efcef6f3e435b48d086257e2d5ef54a57d20215 /Python/pylifecycle.c | |
parent | 01cc92b26d436265b202fbc913a0ffb314d89562 (diff) | |
download | cpython-e9a3a2d003c13a9c72c4bee694b603c3471b2445.tar.gz |
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.
Diffstat (limited to 'Python/pylifecycle.c')
0 files changed, 0 insertions, 0 deletions