diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-11-12 20:18:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 20:18:15 -0800 |
commit | 41fdbaa3ea622c3f64d4ab8f70fc79d35729071a (patch) | |
tree | dde914ca67dc5270550a5233228fded1c2c7827e /Python | |
parent | 3b5b1c0931cd32253bbf2f3bd74e90ff821e026e (diff) | |
download | cpython-git-41fdbaa3ea622c3f64d4ab8f70fc79d35729071a.tar.gz |
Disable getc_unlocked() with MemorySanitizer. (GH-10499)
clang's MemorySanitizer understand getc() but does not understand
getc_unlocked(). Workaround: Don't use it on msan builds.
(cherry picked from commit e6c77d8301ec1703abb755a7d3ce5bd8c999c082)
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions