commit | e5796c42c687e1454e84dcc50e6f67db48ff69a0 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Sun Dec 30 20:17:57 2018 -0800 |
committer | GitHub <noreply@github.com> | Sun Dec 30 20:17:57 2018 -0800 |
tree | 76456a7ba60a6e0ec8c54443ba5c1f1fe144fd51 | |
parent | d6f45b23a59de5782ba38d3c698da9c08aaca11b [diff] |
bpo-35214: Skip test_io tests that'd cause a huge malloc under msan (#11385) * skip test_constructor under msan. * fix the others as well. * reuse existing related news entry. * typo fix