(self)
| 4154 | ignoreflags=socket.MSG_CTRUNC) |
| 4155 | |
| 4156 | def _testFDPassCMSG_LEN(self): |
| 4157 | self.createAndSendFDs(1) |
| 4158 | |
| 4159 | @unittest.skipIf(is_apple, "skipping, see issue #12958") |
| 4160 | @unittest.skipIf(SOLARIS, "skipping, see gh-91214") |
nothing calls this directly
no test coverage detected