Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

isAlive has been deprecated and removed in favor of is_alive in Python 3.9 #224

Closed
tirkarthi opened this issue Apr 26, 2020 · 0 comments · Fixed by #225
Closed

isAlive has been deprecated and removed in favor of is_alive in Python 3.9 #224

tirkarthi opened this issue Apr 26, 2020 · 0 comments · Fixed by #225

Comments

@tirkarthi
Copy link
Contributor

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():
@tirkarthi 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant