Fix Python Bindings Arc Ownership Issues - Socket-First Approach Recommended #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix Python Bindings Arc Ownership Issues
Current Status
Root Cause
mappy-core methods consume Arc by value, but Python bindings call on shared references. Applied initial Arc cloning fixes, but type annotation issues remain.
Required Fixes
Alternative: Socket-First Approach (RECOMMENDED)
Since socket client already works, consider making it the primary interface:
Files to Fix
Success Criteria
Strategic Recommendation
Primary: Deploy mappy service + use socket client (2-3 hours, working today)
Secondary: Fix Python bindings (3-6 hours, development enhancement)