mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
The review's follow-ups on the pythonBin change: (1) the JSDoc and the two call-site comments still described the old fallback-to-bare-name contract; they now state the load-rejection behavior. (2) the ExceptionGroup case's version guard raised a skip message on Python < 3.11 but the assertion still required the truncation marker unconditionally — the assertion now matches either the truncation marker (3.11+) or the skip message (3.10). (3) the shell wrappers quote the resolved interpreter path.