mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-09 04:02:35 +00:00
Document the two remaining keep-current residuals in the python package README Known Limitations (en + zh), per the review's accepted-resolution path: - A trap-SIGXCPU program can exceed the soft CPU limit during settlement encoding and still report success (containment holds via hard +1s and wall clock; only the classification is degraded, because the recheck cannot meter mid-encode). - The encoder's direct deps (_dump_scalar/_dump_string/json) resolve at call time, so a __main__ rebind after a legit return can downgrade success to exception; the value path's top-level deps are def-time bound, the transitive ones are an accepted residual. Pairing re-recorded and consistent.
7 lines
451 B
YAML
7 lines
451 B
YAML
# Bilingual-pair consistency record (docs/i18n/README.md): the git blob hash of each
|
|
# side as of the last confirmed-consistent state. Both languages carry equal authority;
|
|
# 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: 180b0eec9bd5644bfb37086b9eb35cbe93d51672
|
|
README.zh.md: 8a1468f56c62cc1b8544a05c4420270aa26dba31
|