diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-04 20:30:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 20:30:31 (GMT) |
commit | f4a21d3b239bf4f4e4e2a8a5936b9b040645b246 (patch) | |
tree | d798c82f1547be8f2c63317ce2681f4386ba5879 /Python/fileutils.c | |
parent | 68669ef7883ea6338ca441e50f4f9d975f54d017 (diff) | |
download | cpython-f4a21d3b239bf4f4e4e2a8a5936b9b040645b246.zip cpython-f4a21d3b239bf4f4e4e2a8a5936b9b040645b246.tar.gz cpython-f4a21d3b239bf4f4e4e2a8a5936b9b040645b246.tar.bz2 |
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.
(cherry picked from commit 8b787964e0a647caa0558b7c29ae501470d727d9)
Co-authored-by: Victor Stinner <vstinner@python.org>
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions