Remote Python Objects
PyHandle and OwnedPyHandle let Swift hold references to Python objects that live in worker processes, with generation tracking and stale-handle safety instead of pretending remote objects are local values.
- Long-lived Python state
- Owned handle cleanup
- Handle-compatible APIs