diff options
author | Victor Stinner <vstinner@python.org> | 2019-12-04 21:10:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 21:10:06 +0100 |
commit | 8b787964e0a647caa0558b7c29ae501470d727d9 (patch) | |
tree | 0e1e3c90e4c14c5d7b6863e62a7af008c8f44a60 /Python/pythonrun.c | |
parent | 7105319ada2e663659020cbe9fdf7ff38f421ab2 (diff) | |
download | cpython-git-8b787964e0a647caa0558b7c29ae501470d727d9.tar.gz |
bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467)
Use the "volatile" keyword to prevent tail call optimization
on any compiler, rather than relying on compiler specific pragma.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions