MCPcopy Index your code
hub / github.com/python/cpython / test_forkserver_sigint

Method test_forkserver_sigint

Lib/test/_test_multiprocessing.py:998–1000  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

996 self.assertIn(proc.exitcode, (0, 255))
997
998 def test_forkserver_sigint(self):
999 # Catchable signal
1000 self.check_forkserver_death(signal.SIGINT)
1001
1002 def test_forkserver_sigkill(self):
1003 # Uncatchable signal

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected