SpamExperts / pyzor

Pyzor is a Python implementation of a spam-blocking networked system that use spam signatures to identify them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Threading.isAlive is removed in Python 3.9

tirkarthi opened this issue · 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')