Hacker News new | ask | show | jobs
by dist-epoch 176 days ago
Technically CPython has deterministic destructors, __del__ always gets called immediately when ref count goes to zero, but it's just an implementation detail, not a language spec thing.