SpiderClub / weibospider

:zap: A distributed crawler for weibo, building with celery and requests.
MIT License
4.81k stars 1.21k forks source link

threading.Thread.isAlive has been deprecated and removed in Python 3.9 in favour of is_alive #208

Open tirkarthi opened 4 years ago

tirkarthi commented 4 years ago

https://github.com/SpiderClub/weibospider/blob/76549ce48b97095df9e441b785af6ca70e2ce895/decorators/decorators.py#L79

Ref : https://github.com/python/cpython/pull/15225