8000 isAlive has been deprecated and removed in favor of is_alive in Python 3.9 · Issue #10 · IBM/ibm-cos-sdk-python-core · GitHub
[go: up one dir, main page]

Skip to content

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

Closed
tirkarthi opened this issue Apr 26, 2020 · 4 comments
Closed

Comments

@tirkarthi
Copy link

isAlive has been deprecated alias for is_alive and has been removed in Python 3.9 . Python 3.9 PR : python/cpython#15225

ibm-cos-sdk-python-core/ibm_botocore/credentials.py
2236:                if self._background_thread.isAlive():
2291:                            if not self._background_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
@IBMeric
Copy link
Member
IBMeric commented Apr 28, 2020

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.

@IBM-Justin
Copy link
Contributor

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.

@IBM-Justin
Copy link
Contributor

We are closing this ticket now as it is being tracked on our internal enhancement roadmap.

@IBMeric
Copy link
Member
IBMeric commented Dec 16, 2020

@tirkarthi This issue has been resolved in the 2.9.0 release.

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

No branches or pull requests

4 participants
0