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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -436,6 +436,7 @@ Doug Fort Chris Foster John Fouhy Andrew Francis +Matt Frank Stefan Franke Martin Franklin Kent Frazier |