Skip to content

[3.5] bpo-30357: test_thread now uses threading_cleanup() (#1592) #1623

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

Merged
merged 1 commit into from
May 17, 2017
Merged

[3.5] bpo-30357: test_thread now uses threading_cleanup() (#1592) #1623

merged 1 commit into from
May 17, 2017

Conversation

vstinner
Copy link
Member

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By: Grzegorz Grzywacz [email protected]
(cherry picked from commit 79ef7f8)

test_thread: setUp() now uses support.threading_setup() and
support.threading_cleanup() to wait until threads complete to avoid
random side effects on following tests.

Co-Authored-By:  Grzegorz Grzywacz <[email protected]>
(cherry picked from commit 79ef7f8)
@vstinner vstinner merged commit aeb6447 into python:3.5 May 17, 2017
@vstinner vstinner deleted the 3.5 branch May 17, 2017 00:05
@vstinner vstinner restored the 3.5 branch May 17, 2017 00:05
@vstinner vstinner deleted the 3.5 branch May 17, 2017 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants