-
Notifications
You must be signed in to change notification settings - Fork 14
isAlive has been deprecated and removed in favor of is_alive in Python 3.9 #10
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
Comments
Thank you for bringing this issue to our attention. While we do not currently support unreleased versions of Python, we do plan to resolve this issue in an upcoming patch release. |
We appreciate your feedback and are looking into addressing this enhancement in Q4 of 2020. Please close out this ticket as it is now being tracked on our internal roadmap. |
We are closing this ticket now as it is being tracked on our internal enhancement roadmap. |
@tirkarthi This issue has been resolved in the 2.9.0 release. |
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: