Hacker News new | ask | show | jobs
by josefx 711 days ago
I think CPython does reference counting for its memory management, it still has to run a GC since reference counting does not handle reference cycles.