tahoe-lafs/newsfragments/3921.feature

5 lines
298 B
Gherkin
Raw Normal View History

`tahoe run ...` will now exit when its stdin is closed.
2022-09-01 23:44:01 +00:00
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.