You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isAlive has been deprecated alias for is_alive and has been removed in Python 3.9 . Python 3.9 PR : python/cpython#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():
The text was updated successfully, but these errors were encountered:
tirkarthi
changed the title
isAlive has been depreacted and removed in favor of is_alive in Python 3.9
isAlive has been deprecated and removed in favor of is_alive in Python 3.9
Apr 26, 2020
isAlive has been deprecated alias for is_alive and has been removed in Python 3.9 . Python 3.9 PR : python/cpython#15225
The text was updated successfully, but these errors were encountered: