MCPcopy Index your code
hub / github.com/python/cpython / test_register_threads

Method test_register_threads

Lib/test/test_faulthandler.py:821–822  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

819 self.check_register(fd=fp.fileno())
820
821 def test_register_threads(self):
822 self.check_register(all_threads=True)
823
824 @support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True)
825 def test_register_chain(self):

Callers

nothing calls this directly

Calls 1

check_registerMethod · 0.95

Tested by

no test coverage detected