]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_faulthandler for sanitizers (#108245)
authorVictor Stinner <vstinner@python.org>
Tue, 22 Aug 2023 01:16:12 +0000 (03:16 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Aug 2023 01:16:12 +0000 (01:16 +0000)
commit58f9c635002673e35a56eeaa122cade7a2b6bae1
tree7ab99400a020a0034a8b675d7b9b0b7307a27bee
parentc965cf6dd1704a0138a4ef0a9c670e297cf66797
Fix test_faulthandler for sanitizers (#108245)

Set environment options to ask sanitizers to not handle SIGSEGV.

This change allows running test_enable_fd() and test_enable_file()
with sanitizers. Previously, they were skipped.
Lib/test/test_faulthandler.py