Closed timonegk closed 3 years ago
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 https://github.com/ros/ros_comm/pull/2092.
Thread.isAlive()
Thread.is_alive()
is_alive
Thread.isAlive()
is deprecated and was removed in Python 3.9.Thread.is_alive()
should be used instead. This change is backwards compatible (theis_alive
spelling was added in Python 2.6). See also https://github.com/ros/ros_comm/pull/2092.