pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.31k stars 365 forks source link

(Try to) close suprocess file handles after we are done with it #928

Open voidus opened 1 year ago

voidus commented 1 year ago

This should fix #665.

The tests still pass but I really don't know the project well enough to tell how risky this change is.