diff options
| author | Victor Stinner <vstinner@python.org> | 2019-12-04 20:10:06 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-04 20:10:06 (GMT) |
| commit | 8b787964e0a647caa0558b7c29ae501470d727d9 (patch) | |
| tree | 0e1e3c90e4c14c5d7b6863e62a7af008c8f44a60 /Lib/test/test_code_module.py | |
| parent | 7105319ada2e663659020cbe9fdf7ff38f421ab2 (diff) | |
| download | cpython-8b787964e0a647caa0558b7c29ae501470d727d9.zip cpython-8b787964e0a647caa0558b7c29ae501470d727d9.tar.gz cpython-8b787964e0a647caa0558b7c29ae501470d727d9.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.
Diffstat (limited to 'Lib/test/test_code_module.py')
0 files changed, 0 insertions, 0 deletions
