mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
The review's remaining items: - _make_error_class captures Exception and setattr as def-time defaults, so a rebind of __main__.Exception/__main__.setattr cannot break the rejection constructor. - dispatch binds _lossless_json_violation, asyncio.get_event_loop, and the channel's send method into _run locals before the program runs, so a rebind cannot turn a legitimate binding call into an exception or a wall-clock timeout. - The note (en + zh) corrects the stdin coverage phrasing: d3f9f57f5's direct EOF-observing case is the in-tree pin, not an approximation. - Collapse two stray double blank lines in the test file. Pairing re-recorded.