dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.42k stars 661 forks source link

threading.Thread.setDaemon has been deprecated in favor of setting daemon attribute directly in Python 3.10 #981

Closed tirkarthi closed 3 years ago

tirkarthi commented 3 years ago

Ref : python/cpython#25174

https://github.com/dbcli/mycli/blob/96e6c951f221d10be27d95fc5fbcdc8ce3710a7b/mycli/completion_refresher.py#L39

tirkarthi commented 3 years ago

Fixed in https://github.com/dbcli/mycli/pull/982 . I incorrectly linked the PR to itself.