fixstars / ion-kit

Modernized graph-based data processing framework
MIT License
7 stars 6 forks source link

Update Python Binding (Backlog) #205

Open Fixstars-momoko opened 8 months ago

Fixstars-momoko commented 8 months ago
Fixstars-iizuka commented 7 months ago

About "Design reference counting for c_ion objects". Currently, ionpy doesn't manage the reference to the other object on their layer. (e.g. Builder doesn't hold Node reference on the Python layer) This possibly leads issue of object lifetime.

xinyuli1204 commented 7 months ago

Note to myself: Port.py delete need to count for c_ion objects and destroy one by one when access port index.