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