Skip to content

Replace Thread.isAlive() with Thread.is_alive() AGAIN#478

Merged
bennr01 merged 1 commit into
ywangd:devfrom
cclauss:isAlive-to-is_alive-again
Mar 15, 2023
Merged

Replace Thread.isAlive() with Thread.is_alive() AGAIN#478
bennr01 merged 1 commit into
ywangd:devfrom
cclauss:isAlive-to-is_alive-again

Conversation

@cclauss

@cclauss cclauss commented Mar 6, 2023

Copy link
Copy Markdown
Collaborator

Thread.is_alive() was added in Python 2.6 so we can change .isAlive() to .is_alive() everywhere to be compatible with all versions of Pythonista.

@cclauss cclauss force-pushed the isAlive-to-is_alive-again branch from 599e0c9 to c4c1f91 Compare March 6, 2023 23:19
@cclauss

cclauss commented Mar 7, 2023

Copy link
Copy Markdown
Collaborator Author

@bennr01 Your review, please.

@bennr01 bennr01 merged commit c4a8d70 into ywangd:dev Mar 15, 2023
@bennr01

bennr01 commented Mar 15, 2023

Copy link
Copy Markdown
Collaborator

Great, thank you for the pull request.

@cclauss cclauss deleted the isAlive-to-is_alive-again branch March 15, 2023 07:00
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