tahoe-lafs/newsfragments/3921.feature
meejah 1eb4a4adf8
Update newsfragments/3921.feature
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2022-12-01 16:47:24 -07:00

5 lines
298 B
Gherkin

`tahoe run ...` will now exit when its stdin is closed.
This facilitates subprocess management, specifically cleanup.
When a parent process is running tahoe and exits without time to do "proper" cleanup at least the stdin descriptor will be closed.
Subsequently "tahoe run" notices this and exits.