]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46913: Fix test_faulthandler.test_read_null() on UBSan (GH31672)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Mar 2022 23:25:03 +0000 (00:25 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 23:25:03 +0000 (00:25 +0100)
commit65b92ccdec2ee4a99e54aaf7ae2d9bbc2ebfe549
treea43d4b743ada236f635900000b9f0d689413f8cd
parent32f0c8271706550096c454eb512450b85fbfc320
bpo-46913: Fix test_faulthandler.test_read_null() on UBSan (GH31672)

Disable undefined behavior sanitizer (UBSan) on
faulthandler._read_null().
Modules/faulthandler.c