commit | 6d0d7d2b8c1e04fd51c6cb29cc09a41b60b97b7b | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Mar 04 00:41:34 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 04 00:41:34 2022 +0100 |
tree | 24056030a7e5057f1ea48d159f6befb1507ea2eb | |
parent | 05a8bc1c944709e7468f157bd1b6032f368e43bf [diff] |
bpo-46913: test_hashlib skips _sha3 tests on UBSan (GH-31673) If Python is built with UBSan, test_hashlib skips tests on the _sha3 extension which currently has undefined behaviors. This change allows to run test_hashlib to check for new UBSan regression, but the known _sha3 undefined behavior must be fixed.