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.
V
Victor Stinner committed
6d0d7d2b8c1e04fd51c6cb29cc09a41b60b97b7b
Parent: 05a8bc1
Committed by GitHub <noreply@github.com>
on 3/3/2022, 11:41:34 PM