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

Remove deprecated call to setDaemon #498

Merged
merged 1 commit into from
Nov 29, 2024
Merged

Conversation

ataffanel
Copy link
Member

The thread.setDaemon() call is deprecated since Python 3.10.

Since we know have Python 3.10 as minimum version, this PR removes this call and replace it by setting the daemon attribute instead.

@ataffanel ataffanel requested a review from gemenerik November 28, 2024 10:13
@gemenerik gemenerik merged commit 6b4d3ba into master Nov 29, 2024
1 check passed
@gemenerik gemenerik deleted the ataffanel/remove-setDaemon branch November 29, 2024 08:32
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