epsagon-python icon indicating copy to clipboard operation
epsagon-python copied to clipboard

Replace deprecated threading.currentThread with current_thread

Open hugovk opened this issue 3 years ago • 2 comments

threading.currentThread was deprecated in Python 3.10 (October 2021).

Replace with threading.current_thread, added in Python 2.6 (October 2008).

  • https://docs.python.org/3.12/whatsnew/3.10.html#deprecated
  • https://github.com/python/cpython/pull/25174

hugovk avatar Jun 13 '22 18:06 hugovk

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Feb 13 '23 09:02 CLAassistant

I think this change is trivial enough not to require a CLA?

hugovk avatar Feb 13 '23 10:02 hugovk