Clean up system resources (pipes, processes)
Python 3 added automatic detection of leaked resources, which causes many warnings in re6st, mostly because of unclosed subprocess streams.
Showing
Please register or sign in to comment
Python 3 added automatic detection of leaked resources, which causes many warnings in re6st, mostly because of unclosed subprocess streams.