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

Function signal_handler

Platforms/Apple/__main__.py:1064–1065  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

1062 # terminated by the buildbot worker, we'll make an attempt to clean up our
1063 # subprocesses.
1064 def signal_handler(*args):
1065 os.kill(os.getpid(), signal.SIGINT)
1066
1067 signal.signal(signal.SIGTERM, signal_handler)
1068

Callers

nothing calls this directly

Calls 1

killMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…