mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
test(code-runtime-python): drive the inherited SIGXCPU path with a wrapper; fix the zh outer wire sentence
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.
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
# after editing either side, bring the other along and re-record with:
|
||||
# pnpm run verify-translation-pairing --write packages/code-runtime/code-runtime-python/README.md
|
||||
README.md: 2e22a5122f891b8317e13ee395ce222805b01b29
|
||||
README.zh.md: 028d2f5f7b57f1ca4da46557ba66511992227379
|
||||
README.zh.md: a0372bbe1148ca259f1fc6849060d13fcec24947
|
||||
|
||||
Reference in New Issue
Block a user