Closed tirkarthi closed 4 years ago
isAlive has been deprecated alias for is_alive and has been removed in Python 3.9 . Python 3.9 PR : https://github.com/python/cpython/pull/15225
rg isAlive pulsar/messaging/__init__.py 42: if t.isAlive(): pulsar/managers/queued.py 74: if worker.isAlive(): pulsar/managers/stateful.py 345: if self.thread.isAlive():
isAlive has been deprecated alias for is_alive and has been removed in Python 3.9 . Python 3.9 PR : https://github.com/python/cpython/pull/15225