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

Replace deprecated isAlive with is_alive #102

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Replace deprecated isAlive with is_alive #102

merged 1 commit into from
Mar 19, 2021

Conversation

timonegk
Copy link
Contributor

Thread.isAlive() is deprecated and was removed in Python 3.9. Thread.is_alive() should be used instead. This change is backwards compatible (the is_alive spelling was added in Python 2.6).
See also ros/ros_comm#2092.

Copy link
Member

@cottsay cottsay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@cottsay cottsay merged commit fcf9750 into ros-visualization:master Mar 19, 2021
@timonegk timonegk deleted the fix/isAlive branch March 19, 2021 19:34
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