| 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 |