]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Mar 2022 20:45:01 +0000 (21:45 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 20:45:01 +0000 (21:45 +0100)
commit4173d677a1d7c72bb32d292fbff1b4cf073d615c
tree09f1e461fadd304b59ece2382f6f0659d8253017
parent127797f572cc7374192e415c44ea2e95b009d5ab
bpo-46913: Fix test_faulthandler.test_sigfpe() on UBSAN (GH-31662)

Disable undefined behavior sanitizer (UBSAN) on
faulthandler_sigfpe().
Misc/NEWS.d/next/Tests/2022-03-03-17-36-24.bpo-46913.vxETIE.rst [new file with mode: 0644]
Modules/faulthandler.c