commit | ad1b04451d3aca2c6fa6dbe2891676a4e0baac49 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Mar 04 00:41:57 2022 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 04 00:41:57 2022 +0100 |
tree | 8fc21956e428436da9aaf698d5d11393d97ea4e1 | |
parent | 6d0d7d2b8c1e04fd51c6cb29cc09a41b60b97b7b [diff] |
bpo-46913: Skip test_ctypes.test_shorts() on UBSan (GH-31674) If Python is built with UBSan, test_ctypes now skips test_shorts(). This change allows to run test_ctypes to check for new UBSan regression, but the known test_shorts() undefined behavior must be fixed.