mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
The review's two follow-ups on the inherited-SIGXCPU fix: (1) a discriminating case — pythonBin points at a wrapper that ignores SIGXCPU before exec'ing python3, so the child genuinely inherits the ignore; with cpuSeconds: 1 the busy loop must end as timeout (the bootstrap reset restored SIG_DFL), and reverting the reset leaves it running to the wall — verified red. (2) The zh README's OUTER wire section now carries the truncation-exception sentence (the previous commit had duplicated it in the inner section instead); the duplicate is removed, and the settlement note registers the inherited-SIGXCPU reset.