Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Sep 14, 2017

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 1st1, rhettinger and a team as code owners Sep 14, 2017
@vstinner vstinner merged commit b9b6900 into python:master Sep 14, 2017
@vstinner vstinner deleted the support_join_thread branch Sep 14, 2017
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.

None yet

4 participants