Closed at-wat closed 1 year ago
Thank you for the suggestion. Looks like ROS-N targets Py3.8. https://www.ros.org/reps/rep-0003.html#noetic-ninjemys-may-2020-may-2025 Will this be compatible with 3.8?
It's also compatible with py3.8: https://docs.python.org/3.8/library/threading.html#threading.Thread.is_alive
Thank you for clarification and contribution.
Thread.isAlive is removed on Python 3.9. Thread.is_alive is available since Python 2.6. ref: https://docs.python.org/2/library/threading.html#threading.Thread.isAlive