summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Tests/2019-12-04-17-08-55.bpo-38965.yqax3m.rst
blob: 517a1371eacd9ad5a994034f520214d020b78aea (plain)
1
2
3
Fix test_faulthandler on GCC 10. Use the "volatile" keyword in
``faulthandler._stack_overflow()`` to prevent tail call optimization on any
compiler, rather than relying on compiler specific pragma.