diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-23 20:20:27 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-23 20:20:27 (GMT) |
commit | 19276f184f00829ce55ce0e98f8db06d93b7d665 (patch) | |
tree | 6ff82eeae3c48489efb8c1db2aa0d0724692f7bf /Python | |
parent | d4c2ac83944e48a02e5f11adba312d5b3b985150 (diff) | |
download | cpython-19276f184f00829ce55ce0e98f8db06d93b7d665.zip cpython-19276f184f00829ce55ce0e98f8db06d93b7d665.tar.gz cpython-19276f184f00829ce55ce0e98f8db06d93b7d665.tar.bz2 |
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')
0 files changed, 0 insertions, 0 deletions