tractor/tractor/trionics
Tyler Goodlet 6c361a9564 Drop `except*` usage from `._taskc` unmasker
That is from `maybe_raise_from_masking_exc()` thus minimizing us to
a single `except BaseException` block with logic branching for the beg
vs. `unmask_from` exc cases.

Also,
- raise val-err when `unmask_from` is not a `tuple`.
- tweak the exc-note warning format.
- drop all pausing from dev work.
2025-08-20 12:45:49 -04:00
..
__init__.py Rework `collapse_eg()` to NOT use `except*`.. 2025-08-18 10:46:37 -04:00
_beg.py Mk temp collapser bp work outside runtime as well.. 2025-08-18 10:46:37 -04:00
_broadcast.py A couple more loose-egs flag flips 2025-03-27 13:38:47 -04:00
_mngrs.py Heh, add back `Actor._root_tn`, it has purpose.. 2025-08-20 10:18:52 -04:00
_taskc.py Drop `except*` usage from `._taskc` unmasker 2025-08-20 12:45:49 -04:00