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

Cli.py: replace isAlive() by is_alive() calls #58

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

cedeyn
Copy link
Collaborator

@cedeyn cedeyn commented Mar 11, 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

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 cedeyn requested a review from degremont March 11, 2022 15:55
@cedeyn cedeyn self-assigned this Mar 11, 2022
@cedeyn cedeyn merged commit 29aa934 into cea-hpc:master Jul 20, 2022
@cedeyn cedeyn deleted the is_alive branch July 20, 2022 10:06
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.

2 participants