(self)
| 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): |
nothing calls this directly
no test coverage detected