tractor/tractor/msg
Tyler Goodlet dbff7e6cd0 Report any external-rent-task-canceller during msg-drain
As in whenever `Context.cancel()` is not (runtime internally) called
(i.e. `._cancel_called` is not set), we can attempt to detect the parent
`trio` nursery/cancel-scope that is the source. Emit the report with
a `.cancel()` level and attempt to repr in "sclang" form as well as
unhide the stack frame for debug/traceback-in.
2025-03-24 14:04:52 -04:00
..
__init__.py Rename `.msg.types.Msg` -> `PayloadMsg` 2025-03-24 14:04:51 -04:00
_codec.py Drop sub-decoder proto-cruft from `.msg._codec` 2025-03-24 14:04:52 -04:00
_ops.py Report any external-rent-task-canceller during msg-drain 2025-03-24 14:04:52 -04:00
pretty_struct.py Use `msgspec.Struct.__repr__()` failover impl 2025-03-24 14:04:52 -04:00
ptr.py `NamespacePath._mk_fqnp()` handle `__mod__` for methods 2025-03-24 14:04:51 -04:00
types.py Expand `PayloadMsg` doc-str 2025-03-24 14:04:52 -04:00