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

Fix setDaemon deprecated warning #157

Merged
merged 2 commits into from
Aug 24, 2022

Conversation

biostu24
Copy link
Contributor

fixes #156

I've added a check for python version so that the deprecated syntax is still used for python 2.x to keep backwards compatibility.

@biostu24 biostu24 changed the title Update sqlitedict.py Fix setDaemon deprecated warning Aug 22, 2022
sqlitedict.py Outdated Show resolved Hide resolved
@mpenkov mpenkov merged commit 63db94f into piskvorky:master Aug 24, 2022
@mpenkov
Copy link
Collaborator

mpenkov commented Aug 24, 2022

Merged! Thank you!!

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.

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