You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is actually the case as it's something which is difficult to reproduce, but subprocess.Popen defines a __del__ special method which free resources.
It looks like psutil.Popen should do the same and call the original __del__ method.
The text was updated successfully, but these errors were encountered:
Not sure if this is actually the case as it's something which is difficult to reproduce, but subprocess.Popen defines a
__del__
special method which free resources.It looks like
psutil.Popen
should do the same and call the original__del__
method.The text was updated successfully, but these errors were encountered: