imageio / imageio-ffmpeg

FFMPEG wrapper for Python
BSD 2-Clause "Simplified" License
221 stars 50 forks source link

Fix compatibility with python3.9 #43

Closed rmcgibbo closed 3 years ago

rmcgibbo commented 3 years ago

From https://docs.python.org/3/whatsnew/3.9.html:

The isAlive() method of threading.Thread has been removed. It was deprecated since Python 3.8. Use is_alive() instead. (Contributed by Dong-hee Na in bpo-37804.)

almarklein commented 3 years ago

Thanks!