From 1e6381ca7f45bea90dc3518abd7ad0c0f79d7670 Mon Sep 17 00:00:00 2001 From: meejah Date: Thu, 1 Sep 2022 17:44:01 -0600 Subject: [PATCH] news --- newsfragments/3921.feature | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 newsfragments/3921.feature diff --git a/newsfragments/3921.feature b/newsfragments/3921.feature new file mode 100644 index 000000000..f2c3a98bd --- /dev/null +++ b/newsfragments/3921.feature @@ -0,0 +1,5 @@ +Automatically exit when 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. \ No newline at end of file