Skip to content

Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10#131

Open
tirkarthi wants to merge 1 commit intoPr0Ger:masterfrom
tirkarthi:fix-threading
Open

Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10#131
tirkarthi wants to merge 1 commit intoPr0Ger:masterfrom
tirkarthi:fix-threading

Conversation

@tirkarthi
Copy link

Fixes #130

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.

threading.Thread.setDaemon has been deprecated in favor of setting daemon attribute directly in Python 3.10

1 participant