]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111178: Skip tests which require deep stack if UBsan (#131669)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Mar 2025 14:33:56 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Mon, 24 Mar 2025 14:33:56 +0000 (15:33 +0100)
commitb3319fe42fa7360ea07ec03c91421a9088077631
tree05ebcc435f31598595ad3d5a1187f2e4a753ac58
parent6226edc48baa888b413f1825b992d75921bd27fc
gh-111178: Skip tests which require deep stack if UBsan (#131669)

If Python is built with Undefined Behavior sanitizer, skip
test_repr_deep() of test_userdict and test_lru_recursion() of
test_functools.
Lib/test/mapping_tests.py
Lib/test/test_functools.py