◐ Shell
clean mode source ↗

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

Ref : python/cpython#25174

/root/checked_repos_clone/GitPython/git/cmd.py:106: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  t.setDaemon(True)
Iterated 1 Commits in 0.005753278732299805 [s] ( 173.813932 commits/s )
./root/checked_repos_clone/GitPython/git/cmd.py:106: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  t.setDaemon(True)
E/root/checked_repos_clone/GitPython/git/cmd.py:106: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  t.setDaemon(True)
E/root/checked_repos_clone/GitPython/git/cmd.py:106: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  t.setDaemon(True)
EE/root/checked_repos_clone/GitPython/git/cmd.py:106: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
  t.setDaemon(True)