diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-04 20:29:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-04 20:29:22 (GMT) |
commit | 5044c889dfced2f43e2cccb673d889a4882f6b3b (patch) | |
tree | 15403e2d63f740ed43c47d2fb2b389b5f8e2188c /Lib/test/test_dataclasses.py | |
parent | e0f148e6635480521036415bd782c3424fe6c619 (diff) | |
download | cpython-5044c889dfced2f43e2cccb673d889a4882f6b3b.zip cpython-5044c889dfced2f43e2cccb673d889a4882f6b3b.tar.gz cpython-5044c889dfced2f43e2cccb673d889a4882f6b3b.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 'Lib/test/test_dataclasses.py')
0 files changed, 0 insertions, 0 deletions