bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) (GH-28079)
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> (cherry picked from commit 5044c889dfced2f43e2cccb673d889a4882f6b3b) Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
M
Miss Islington (bot) committed
8934bb0c3179e4c020cd6f08dea64bccbf56ffa2
Parent: 29d97d1
Committed by GitHub <noreply@github.com>
on 8/31/2021, 6:24:50 AM