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

Function setup_threading_excepthook

Lib/test/libregrtest/utils.py:171–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169
170
171def setup_threading_excepthook() -> None:
172 global orig_threading_excepthook
173 import threading
174 orig_threading_excepthook = threading.excepthook
175 threading.excepthook = regrtest_threading_excepthook
176
177
178def clear_caches():

Callers 1

setup_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…