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

DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead #1470

Open
abigailfox opened this issue Aug 23, 2024 · 0 comments
Assignees
Labels

Comments

@abigailfox
Copy link

setDaemon was deprecated in Python 3.10 (https://docs.python.org/3/library/threading.html#threading.Thread.setDaemon) in favor of directly setting the daemon attribute. Investigating to see when Python started supporting setting the attribute directly to see if setDaemon can be safely replaced without compatibility issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In Review
Development

No branches or pull requests

1 participant