MCPcopy Index your code
hub / github.com/python/cpython / threaded_import_hangers.py

File threaded_import_hangers.py

Lib/test/test_importlib/threaded_import_hangers.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# This is a helper module for test_threaded_import. The test imports this
2# module, and this module tries to run various Python library functions in
3# their own thread, as a side effect of being imported. If the spawned
4# thread doesn't complete in TIMEOUT seconds, an "appeared to hang" message

Callers

nothing calls this directly

Calls 6

WorkerClass · 0.70
closeMethod · 0.45
startMethod · 0.45
joinMethod · 0.45
is_aliveMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected