Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ kill
Method
kill
Lib/multiprocessing/popen_fork.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
self._send_signal(signal.SIGTERM)
62
63
def
kill(self):
64
self._send_signal(signal.SIGKILL)
65
66
def
_launch(self, process_obj):
67
code = 1
Callers
14
_run_with_sync
Function · 0.95
_managed_subprocess
Function · 0.95
test_pipesizes
Method · 0.95
test_pipesize_default
Method · 0.95
test_communicate_timeout_large_input
Method · 0.95
test_send_signal_race2
Method · 0.95
test_asyncio_repl_is_ok
Method · 0.95
_run_repl
Method · 0.95
test_ctx_mgr_rollback_if_commit_failed
Method · 0.95
_kill_with_event
Method · 0.95
run_python_until_end
Function · 0.95
has_remote_subprocess_debugging
Function · 0.95
Calls
1
_send_signal
Method · 0.95
Tested by
9
_managed_subprocess
Function · 0.76
test_pipesizes
Method · 0.76
test_pipesize_default
Method · 0.76
test_communicate_timeout_large_input
Method · 0.76
test_send_signal_race2
Method · 0.76
test_asyncio_repl_is_ok
Method · 0.76
_run_repl
Method · 0.76
test_ctx_mgr_rollback_if_commit_failed
Method · 0.76
_kill_with_event
Method · 0.76