`_peer_closed_errno()` followed cause and context links but did not descend through grouped exceptions. A reset below a group could therefore escape as `trio.BrokenResourceError` instead of the normalized `TransportClosed` boundary. Walk the exception tree with cycle protection, requiring every group branch to represent peer closure before normalization. Extend the `MsgpackTransport.send()` regression to prove all-transport and mixed-failure behavior. Review: PR #480 (goodboy) https://github.com/goodboy/tractor/pull/480 (this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`)) |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_each_tpt.py | ||
| test_multi_tpt.py | ||
| test_server.py | ||