]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Sep 2021 18:54:27 +0000 (11:54 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Sep 2021 18:54:27 +0000 (11:54 -0700)
commit9ccdc90488302b212bd3405d10dc5c22052e9b4c
tree69c3f439061fb46307dd39027a303d51bde58391
parent13257d9fca13dfa1bda5b802d68ddaec72f3a07e
bpo-45196: prevent unittest crash on address sanitizer builds (GH-28331)

(cherry picked from commit b668cdfa09e9bdfcfddaadd23dbd455d5f667383)

Co-authored-by: junyixie <xiejunyi.arch@bytedance.com>
Lib/test/test_decimal.py
Lib/test/test_io.py