Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ kill
Method
kill
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.SIGTERM)
59
60
def
kill(self):
61
self._send_signal(signal.SIGKILL)
62
63
def
_launch(self, process_obj):
64
code = 1
Callers
9
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
_kill_with_event
Method · 0.95
test_ctx_mgr_rollback_if_commit_failed
Method · 0.95
run_python_until_end
Function · 0.95
_send_signal
Method · 0.45
_finalize_manager
Method · 0.45
Calls
1
_send_signal
Method · 0.95
Tested by
6
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
_kill_with_event
Method · 0.76
test_ctx_mgr_rollback_if_commit_failed
Method · 0.76