]> granicus.if.org Git - python/commit
SF bug #516372: test_thread: unhandled exc. in thread
authorTim Peters <tim.peters@gmail.com>
Sat, 16 Feb 2002 07:26:27 +0000 (07:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 16 Feb 2002 07:26:27 +0000 (07:26 +0000)
commit20882dd1742310c8cf6858354ecb150810adb95c
treea5f09339b4f43cbdf9464e9586dcdac65bf19a0d
parente73ad2a21f997f0d18195207972fb31a09b0b1c1
SF bug #516372:  test_thread: unhandled exc. in thread
Fix exit races in test_thread.py and test_threaded_import.py.
I suspect the bug is provokable only under Linux (where child threads
seem to get lots of cycles before they get killed after the main thread
exits), or on multi-processor machines running other OSes.
Bugfix candidate.
Lib/test/test_thread.py
Lib/test/test_threaded_import.py