Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ kill
Method
kill
Lib/test/test_asyncio/test_subprocess.py:602–605 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
600
601
kill_called = False
602
def
kill():
603
nonlocal kill_called
604
kill_called = True
605
orig_kill()
606
607
proc = transport.get_extra_info(
'subprocess'
)
608
orig_kill = proc.kill
Callers
15
kill_proc_timer_thread
Method · 0.45
test_leak_fast_process_del_killed
Method · 0.45
_test_keyboardinterrupt_no_kill
Method · 0.45
wrapper
Method · 0.45
_run_remote_exec_test
Method · 0.45
test_threaded_import_lock_fork
Method · 0.45
kill_on_error
Function · 0.45
other_thread
Method · 0.45
send_signals
Method · 0.45
kill_on_error
Function · 0.45
check_forkserver_death
Method · 0.45
_test_wait_result
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected