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

Threading.isAlive was removed in Python 3.9 in favour of is_alive #85

Closed
tirkarthi opened this issue Jan 24, 2020 · 2 comments · Fixed by #86
Closed

Threading.isAlive was removed in Python 3.9 in favour of is_alive #85

tirkarthi opened this issue Jan 24, 2020 · 2 comments · Fixed by #86

Comments

@tirkarthi
Copy link
Contributor

https://bugzilla.redhat.com/show_bug.cgi?id=1794339

elif self.isAlive():

I will add a PR for this.

@Profpatsch
Copy link
Contributor

when was is_alive introduced? We are backwards compatible till 3.5 at the moment.

@tirkarthi
Copy link
Contributor Author

It is present from Python2.7 itself. isAlive was a deprecated alias to is_alive.

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.

2 participants