commit | 58f9c635002673e35a56eeaa122cade7a2b6bae1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Aug 22 03:16:12 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Aug 22 01:16:12 2023 +0000 |
tree | 7ab99400a020a0034a8b675d7b9b0b7307a27bee | |
parent | c965cf6dd1704a0138a4ef0a9c670e297cf66797 [diff] |
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.