We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa7e1b commit 2248a9cCopy full SHA for 2248a9c
Lib/test/test_faulthandler.py
@@ -795,6 +795,7 @@ def test_register_fd(self):
795
def test_register_threads(self):
796
self.check_register(all_threads=True)
797
798
+ @support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True)
799
def test_register_chain(self):
800
self.check_register(chain=True)
801
0 commit comments