Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace call to deprecated method Thread.setDaemon()
This method was deprecated in Python 3.10, set the Thread.daemon attribute directly instead. See: python/cpython#25174
- Loading branch information