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

bpo-37804: Remove the deprecated method threading.Thread.isAlive() #15225

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

corona10
Copy link
Member

@corona10 corona10 commented Aug 12, 2019

Doc/whatsnew/3.9.rst Outdated Show resolved Hide resolved
@corona10
Copy link
Member Author

@vstinner
I 've fixed the docs.
please take a look

@vstinner
Copy link
Member

Good bye isAlive. Thanks @corona10 for this change ;-)

cedeyn added a commit to cedeyn/milkcheck that referenced this pull request Jul 20, 2021
Since python 3.9 the camelcase function isAlive() ha been removed[1].
The call is present since python 2.7, we can safely remove it[2].

[1] python/cpython#15225
[2] https://docs.python.org/2.7/library/threading.html
cedeyn added a commit to cea-hpc/milkcheck that referenced this pull request Jul 20, 2022
Since python 3.9 the camelcase function isAlive() ha been removed[1].
The call is present since python 2.7, we can safely remove it[2].

[1] python/cpython#15225
[2] https://docs.python.org/2.7/library/threading.html
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 this pull request may close these issues.

None yet

4 participants