SIGN IN SIGN UP

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.
V
Victor Stinner committed
8b787964e0a647caa0558b7c29ae501470d727d9
Parent: 7105319
Committed by GitHub <noreply@github.com> on 12/4/2019, 8:10:06 PM