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

Fix crash with python 3.9 #403

Merged
merged 1 commit into from Sep 12, 2020
Merged

Fix crash with python 3.9 #403

merged 1 commit into from Sep 12, 2020

Conversation

mcatanzaro
Copy link
Contributor

Thread.isAlive() was removed in python 3.9. Thread.is_alive() has been
available since python 2.6, so let's use that.

Fixes #402

Thread.isAlive() was removed in python 3.9. Thread.is_alive() has been
available since python 2.6, so let's use that.

Fixes #402
@sthibaul sthibaul merged commit 4fe066f into brailcom:master Sep 12, 2020
@sthibaul
Copy link
Collaborator

Thanks!

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.

speech-dispatcher crashes on startup with python 3.9
2 participants