summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2022-03-03-17-36-24.bpo-46913.vxETIE.rst
blob: 65fed1c249d874fa2c67fa0fd60bbe2c96a937ff (plain)
1
2
3
Fix test_faulthandler.test_sigfpe() if Python is built with undefined
behavior sanitizer (UBSAN): disable UBSAN on the faulthandler_sigfpe()
function. Patch by Victor Stinner.