Hacker News new | ask | show | jobs
by cousin_it 4356 days ago
I think illumen is referring to the concept of "deterministic destruction", which exists in refcounted languages but not in GC'd ones. It's not quite the same as "determinism".
1 comments

Oh, ok. So every python implementations follow that practice?
No, just CPython I think.