Julian-O / Instagram-API-python

Unofficial Instagram API in Python.
Other
22 stars 15 forks source link

MoviePy leaks resources #1

Open Julian-O opened 7 years ago

Julian-O commented 7 years ago

uploadmedia() uses moviepy. Moviepy leaks locked files and zombie subprocesses which is a bigger problem on Windows.

Fix needs to happen in moviepy (Issue 596), and then this library needs to be upgraded to use the close() methods.