Closed hugovk closed 1 year ago
threading.currentThread was deprecated in Python 3.10 (October 2021).
threading.currentThread
Replace with threading.current_thread, added in Python 2.6 (October 2008).
threading.current_thread
Closing due to conflict.
threading.currentThread
was deprecated in Python 3.10 (October 2021).Replace with
threading.current_thread
, added in Python 2.6 (October 2008).