fkie/multimaster_fkie

Thread.isAlive() has been removed in Python 3.9 in favor for is_alive().

ProgenitorX opened this issue · 3 comments

This threw a deprecated warning in Python 3.8, but now has been removed entirely in Python 3.9. I manually changed it to is_alive() and no issues so far. Should work with any Python 3.5+ versions since it's been there since, with the same functionality as isAlive().

Thank you for reporting!

Does this mean that it now requires Python >= 3.5 ?

Does this mean that it now requires Python >= 3.5 ?

You can still use multimaster with Python 2.7