piskvorky/sqlitedict

Use of deprecated threading.Thread.setDaemon raises warning in python 3.10

biostu24 opened this issue · 2 comments

Since python 3.10, setDaemon from threading.Thread has been deprecated (see this link). When using SqliteDict in python 3.10, a warning raised.

These code should be updated to prevent this warning.

@biostu24 thanks – can you open a PR?

@piskvorky I will do, I have a fix for this issue