]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 31 Dec 2018 01:59:19 +0000 (17:59 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 31 Dec 2018 01:59:19 +0000 (17:59 -0800)
commit01b9664740307b39c2907bd84cbb0b2c35be9df4
tree983c88561c514057388cfdd3298a8e35ceff3447
parentc74061d49b2b8275b376e212cccf2922d022e607
bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) (GH-11378)

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.
(cherry picked from commit b474e6774d60fa67d5373e361a0ed53c18b24f53)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
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