8000 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. by gpshead · Pull Request #11375 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-35214: MSan workarounds for socket, time, and test_faulthandler. #11375

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Dec 31, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
make appveyor run again
  • Loading branch information
gpshead authored Dec 31, 2018
commit 073d18bd79c95e986f2752866be1608cb769e4ad
432C
Original file line number Diff line numberDiff line change
@@ -1,2 +1,2 @@
Clang Memory Sanitizer build instrumentation was added to work around false
clang Memory Sanitizer build instrumentation was added to work around false
positives from socket, time, and test_faulthandler.
0