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

Method test_forkserver_sigkill

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

Source from the content-addressed store, hash-verified

1000 self.check_forkserver_death(signal.SIGINT)
1001
1002 def test_forkserver_sigkill(self):
1003 # Uncatchable signal
1004 if os.name != 'nt':
1005 self.check_forkserver_death(signal.SIGKILL)
1006
1007 def test_forkserver_auth_is_enabled(self):
1008 if self.TYPE == "threads":

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected