Skip to content

bpo-31234: Add support.join_thread() helper#3587

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:support_join_thread
Sep 14, 2017
Merged

bpo-31234: Add support.join_thread() helper#3587
vstinner merged 1 commit intopython:masterfrom
vstinner:support_join_thread

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Sep 14, 2017

join_thread() joins a thread but raises an AssertionError if the
thread is still alive after timeout seconds.

https://bugs.python.org/issue31234

join_thread() joins a thread but raises an AssertionError if the
thread is still alive after timeout seconds.
@vstinner vstinner requested review from a team, 1st1 and rhettinger as code owners September 14, 2017 21:27
@vstinner vstinner merged commit b9b6900 into python:master Sep 14, 2017
@vstinner vstinner deleted the support_join_thread branch September 14, 2017 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants