(self)
| 2922 | |
| 2923 | @support.requires_subprocess() |
| 2924 | def test_CTRL_BREAK_EVENT(self): |
| 2925 | self._kill_with_event(signal.CTRL_BREAK_EVENT, "CTRL_BREAK_EVENT") |
| 2926 | |
| 2927 | |
| 2928 | @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests") |
nothing calls this directly
no test coverage detected