Message390442
Just to add the last time isAlive was removed in favor of is_alive it was significant change enough that several libraries in Fedora packaging Python libraries and other open source code. The GitHub PR shows several projects that were affected and I linked to this PR while filing the fixes to relevant libraries.
https://github.com/python/cpython/pull/15225
There are still new reports of the isAlive change when people try to upgrade : https://github.com/search?l=Python&o=desc&q=isalive+is%3Aissue&s=updated&state=open&type=Issues
I would request to really weigh in the cost of doing this since at one point this will cause more burden when the aliases have to be removed in future hindering Python upgrades and the change just seems to unify the casing of the method names without helping the user here. |
|
Date |
User |
Action |
Args |
2021-04-07 16:08:19 | xtreak | set | recipients:
+ xtreak, rhettinger, pitrou, vstinner, JelleZijlstra |
2021-04-07 16:08:19 | xtreak | set | messageid: <1617811699.71.0.387525506064.issue43723@roundup.psfhosted.org> |
2021-04-07 16:08:19 | xtreak | link | issue43723 messages |
2021-04-07 16:08:19 | xtreak | create | |
|