IBM / ibm-cos-sdk-python-core

ibm-cos-sdk-python-core
Apache License 2.0
6 stars 14 forks source link

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

Closed tirkarthi closed 4 years ago

tirkarthi commented 4 years ago

isAlive has been deprecated alias for is_alive and has been removed in Python 3.9 . Python 3.9 PR : https://github.com/python/cpython/pull/15225

ibm-cos-sdk-python-core/ibm_botocore/credentials.py
2236:                if self._background_thread.isAlive():
2291:                            if not self._background_thread.isAlive():
IBMeric commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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

IBMeric commented 3 years ago

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