◐ Shell
clean mode source ↗

bpo-31234: Add support.join_thread() helper by vstinner · Pull Request #3587 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

python:masterfrom

vstinner:support_join_thread

Sep 14, 2017

Merged

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

vstinner

merged 1 commit into

python:masterfrom

vstinner:support_join_thread

Conversation

@vstinner

@vstinner vstinner commented

Sep 14, 2017

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

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

Reviewers

@1st1 1st1 Awaiting requested review from 1st1

@rhettinger rhettinger Awaiting requested review from rhettinger

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @Mariatta @the-knights-who-say-ni @bedevere-bot