tests: Compatiblity shim for threading.Thread.is_alive()
On Python >= 3.8 thread.isAlive() is deprecated (removed in Python 3.9.
On Python <= 2.5 thread.is_alive() isn't present (added in Python 2.6).
(cherry picked from commit 4b39013ef4
)
pull/800/head
parent
01dc412599
commit
6c1585de77
Loading…
Reference in New Issue