]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (#109573)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Sep 2023 14:42:08 +0000 (16:42 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Sep 2023 14:42:08 +0000 (14:42 +0000)
commit0a31ff0050eec5079fd4c9cafd33b4e3e9afd9ab
treec1977e7a938176d816dac6c90371f09cede358ac
parent67d9363372d9b214d9aa1812163866c9804aa55a
gh-109496: Skip test_capi.test_decref_freed_object() on ASAN (#109573)

Skip test_decref_freed_object() of test_capi.test_misc if Python is
built with ASAN, MSAN or UBSAN sanitizers.
Lib/test/test_capi/test_misc.py