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

Method test_register_chain

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

Source from the content-addressed store, hash-verified

823
824 @support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True)
825 def test_register_chain(self):
826 self.check_register(chain=True)
827
828 @contextmanager
829 def check_stderr_none(self):

Callers

nothing calls this directly

Calls 1

check_registerMethod · 0.95

Tested by

no test coverage detected