tractor/nooz/356.trivial.rst

8 lines
374 B
ReStructuredText
Raw Normal View History

2023-05-15 00:30:40 +00:00
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.