imageio / imageio-ffmpeg

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

threading.Thread.setDaemon has been deprecated in favor of setting daemon attribute directly in Python 3.10 #55

Closed tirkarthi closed 3 years ago

tirkarthi commented 3 years ago

Ref : python/cpython#25174

$ rg -t py -w 'currentThread|notifyAll|activeCount|isDaemon|setDaemon' 
imageio_ffmpeg/_parsing.py
21:        self.setDaemon(True)