From c53d62d2f752fb28240eddd7d944a3773ef8cfc4 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 14 May 2023 20:30:40 -0400 Subject: [PATCH] Add news file --- nooz/356.trivial.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nooz/356.trivial.rst diff --git a/nooz/356.trivial.rst b/nooz/356.trivial.rst new file mode 100644 index 0000000..ba0f3f2 --- /dev/null +++ b/nooz/356.trivial.rst @@ -0,0 +1,7 @@ +Drop `trio.Process.aclose()` usage, copy into our spawning code. + +The details are laid out in https://github.com/goodboy/tractor/issues/330. +`trio` changed is process running quite some time ago, this just copies +out the small bit we needed (from the old `.aclose()`) for hard kills +where a soft runtime cancel request fails and our "zombie killer" +implementation kicks in.