Skip to content

Replace call to deprecated method Thread.setDaemon()#184

Merged
tobias-urdin merged 1 commit intojd:masterfrom
carlsmedstad:remove-setDaemon
Aug 16, 2024
Merged

Replace call to deprecated method Thread.setDaemon()#184
tobias-urdin merged 1 commit intojd:masterfrom
carlsmedstad:remove-setDaemon

Conversation

@carlsmedstad
Copy link
Copy Markdown
Contributor

This method was deprecated in Python 3.10, set the Thread.daemon attribute directly instead.

See: python/cpython#25174

This method was deprecated in Python 3.10, set the Thread.daemon
attribute directly instead.

See: python/cpython#25174
@tobias-urdin tobias-urdin merged commit 213ca69 into jd:master Aug 16, 2024
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