docs(code-runtime-python): register the CPU-recheck and encoder-deps accepted residuals

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.
This commit is contained in:
Chinesezjc
2026-08-31 14:37:52 +08:00
committed by Tianyi Cui
parent f79e53e74c
commit c8bc96007b
3 changed files with 6 additions and 2 deletions
@@ -2,5 +2,5 @@
# 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: b29121c892a820258f905f68f2ab8fbe78003198
README.zh.md: 8e772c2dd5a09cc64769a4f1175f7c7bc334e3c5
README.md: 180b0eec9bd5644bfb37086b9eb35cbe93d51672
README.zh.md: 8a1468f56c62cc1b8544a05c4420270aa26dba31