]> granicus.if.org Git - python/commit
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)
authorGregory P. Smith <greg@krypto.org>
Mon, 31 Dec 2018 01:05:36 +0000 (17:05 -0800)
committerGitHub <noreply@github.com>
Mon, 31 Dec 2018 01:05:36 +0000 (17:05 -0800)
commitb474e6774d60fa67d5373e361a0ed53c18b24f53
treea9c0edd450e759793af792d039f6396af3cfaf51
parent387512c7ecde6446f2e29408af2e16b9fc043807
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375)

Add Clang Memory Sanitizer build instrumentation to work around
false positives from the socket and time modules as well as skipping
a couple test_faulthandler tests.
Lib/test/test_faulthandler.py
Misc/NEWS.d/next/Core and Builtins/2018-12-30-15-36-23.bpo-35214.GWDQcv.rst [new file with mode: 0644]
Modules/socketmodule.c
Modules/timemodule.c