]> granicus.if.org Git - python/commit
bpo-31234: Add support.join_thread() helper (#3587)
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 14 Sep 2017 21:40:56 +0000 (14:40 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2017 21:40:56 +0000 (14:40 -0700)
commitb9b69003d91c6ea94b890ce24ed25686d30f1428
tree51ff0c32353a7f82e02879bd7b8efd36ffc17ca9
parent167cbde50a88ec2a7d26b2cb9891d5e32bdfbfb5
bpo-31234: Add support.join_thread() helper (#3587)

join_thread() joins a thread but raises an AssertionError if the
thread is still alive after timeout seconds.
Lib/test/_test_multiprocessing.py
Lib/test/support/__init__.py
Lib/test/test_asynchat.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncore.py
Lib/test/test_imaplib.py
Lib/test/test_logging.py
Lib/test/test_queue.py
Lib/test/test_sched.py