Author: altendky Reviewer: twm Fixes: ticket:10273
current_thread()
was introduced in 2.6 as an alias for currentThread()
.
The old currentThread()
spelling raises a DeprecationWarning
in 3.10.
https://docs.python.org/2.7/library/threading.html#threading.current_thread