SpamExperts/pyzor

Threading.isAlive is removed in Python 3.9

tirkarthi opened this issue · 0 comments

Using is_alive would fix the issue.

https://bugzilla.redhat.com/show_bug.cgi?id=1793162

self.assertFalse(t.isAlive(), 'forward thread did not end')