• Tim Peters's avatar
    SF bug #516372: test_thread: unhandled exc. in thread · 20882dd1
    Tim Peters yazdı
    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.
    20882dd1
test_threaded_import.py 1.93 KB