(self)
| 4231 | ignoreflags=socket.MSG_CTRUNC) |
| 4232 | |
| 4233 | def _testFDPassEmpty(self): |
| 4234 | self.sendAncillaryIfPossible(MSG, [(socket.SOL_SOCKET, |
| 4235 | socket.SCM_RIGHTS, |
| 4236 | b"")]) |
| 4237 | |
| 4238 | def testFDPassPartialInt(self): |
| 4239 | # Try to pass a truncated FD array. |
nothing calls this directly
no test coverage detected