- Use `kw in kwargs` membership test instead of `kwargs[kw]` to avoid `KeyError` on missing params. - Restructure Windows `start_method` logic to properly default to `'trio'` when unset; only raise on an explicit non-trio value. Review: PR #427 (Copilot) https://github.com/goodboy/tractor/pull/427#pullrequestreview-4009934142 (this patch was generated in some part by [`claude-code`][claude-code-gh]) [claude-code-gh]: https://github.com/anthropics/claude-code |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| addr.py | ||
| fault_simulation.py | ||
| pytest.py | ||
| samples.py | ||