(self)
| 824 | |
| 825 | @support.skip_if_sanitizer("gh-129825: hangs under TSAN", thread=True) |
| 826 | def test_register_chain(self): |
| 827 | self.check_register(chain=True) |
| 828 | |
| 829 | @contextmanager |
| 830 | def check_stderr_none(self): |
nothing calls this directly
no test coverage detected