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

Method stop_thread

Lib/pdb.py:2835–2837  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2833 signal.raise_signal(signal.SIGINT)
2834
2835 def stop_thread():
2836 shut_down.set()
2837 thread.join()
2838
2839 # Use a daemon thread so that we don't detach until after all non-daemon
2840 # threads are done. Use an atexit handler to stop gracefully at that point,

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected