commit | 4bcfa3a2363c30d406c6826e291b30c33a649d18 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 25 00:41:36 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 25 00:41:36 2017 +0200 |
tree | dc68406bf769cab055c3956f08029aab669bda6a | |
parent | fcfe80ec2592fed8b3941c79056a8737abef7d3b [diff] |
bpo-30131: Cleanup threads in test_logging (#1275) * Use @support.reap_threads on unit tests creating threads * Call TestCase.fail() on thread.join(timeout) failure