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

Use is_alive in favour of isAlive for Python 3.9 compatibility. #2940

Merged
merged 1 commit into from
May 30, 2020
Merged

Use is_alive in favour of isAlive for Python 3.9 compatibility. #2940

merged 1 commit into from
May 30, 2020

Conversation

tirkarthi
Copy link
Contributor

Description

Use is_alive in favour of isAlive for Python 3.9 compatibility. is_alive is Python 2 compatible change.

Motivation and Context

Fixes #2939

@Tarrasch Tarrasch merged commit 7999bf1 into spotify:master May 30, 2020
@Tarrasch
Copy link
Contributor

Thanks @tirkarthi and sorry for the late review. :)

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.

Threading.Thread.isAlive has been deprecated and removed in Python 3.9.
2 participants