commit | 13ff396c019d548ba181cf22c6f39309a300723c | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Oct 12 00:37:20 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Oct 12 00:37:20 2020 +0200 |
tree | bb104dcbbfa9c1b8cc89a822f8a01b4b47e4c5bc | |
parent | 47ecfd8030c391779dd9d3b4b07e6b01a8392481 [diff] |
bpo-41739: Fix test_logging.test_race_between_set_target_and_flush() (GH-22655) The test now waits until all threads complete to avoid leaking running threads. Also, use regular threads rather than daemon threads.