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
Hi! We bumped into this issue. It seems that there is a pull request resolving this issue, but nobody it haven't moved in a while. Is there something we could do to help move things forward?
I'm using Invoke on Windows, and am running into this issue. The tracebacks from tracemalloc show that the unclosed files are always the stdout, stdin, and stderr of a subprocess. My program calls run() regularly, and it eventually crashes from OSError(24, 'Too many open files'). Curious if the aforementioned pull request is all it takes to solve.
Given configuration:
I'm getting
ResourceWarning
s:The text was updated successfully, but these errors were encountered: