Release v0.6.0

This commit is contained in:
Omni
2026-04-20 20:57:23 +01:00
parent 69fabb32e6
commit 2ff09a1448
144 changed files with 4841 additions and 1306 deletions

View File

@@ -266,7 +266,7 @@ class ProcessManager:
pass
cleanup_attempts += 1
finally:
# Always close pipes unblocks threads blocked on read(1) or iterating stderr
# Always close pipes - unblocks threads blocked on read(1) or iterating stderr
if self.proc:
for pipe in (self.proc.stdin, self.proc.stdout, self.proc.stderr):
if pipe: