Thread.isAlive() has been removed in Python 3.9 in favor for is_alive().
ProgenitorX opened this issue · 3 comments
ProgenitorX commented
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().
atiderko commented
Thank you for reporting!
amilcarlucas commented
Does this mean that it now requires Python >= 3.5 ?
atiderko commented
Does this mean that it now requires Python >= 3.5 ?
You can still use multimaster with Python 2.7