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

[BUG] .setDaemon deprecated #1190

Open
mgineer85 opened this issue Jan 13, 2025 · 1 comment
Open

[BUG] .setDaemon deprecated #1190

mgineer85 opened this issue Jan 13, 2025 · 1 comment

Comments

@mgineer85
Copy link

Hey,

since python 3.10 the use of .setDaemon is deprecated in favor of the property when initiating the object (..., daemon=True, ...)

https://docs.python.org/3/library/threading.html#threading.Thread.setDaemon

It's used 4 times in picamera2, and I get warnings about this in my github actions.

Maybe you want to replace it?

Thx!

@davidplowman
Copy link
Collaborator

Thanks for the info. I'll try and get round to that.

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

No branches or pull requests

2 participants