Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ terminate
Method
terminate
Lib/multiprocessing/popen_fork.py:60–61 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
58
self._send_signal(signal.SIGINT)
59
60
def
terminate(self):
61
self._send_signal(signal.SIGTERM)
62
63
def
kill(self):
64
self._send_signal(signal.SIGKILL)
Callers
4
_run_with_sync
Function · 0.95
_managed_subprocess
Function · 0.95
run_embedded_interpreter
Method · 0.95
test_resource_tracker
Method · 0.95
Calls
1
_send_signal
Method · 0.95
Tested by
3
_managed_subprocess
Function · 0.76
run_embedded_interpreter
Method · 0.76
test_resource_tracker
Method · 0.76