Hacker News new | ask | show | jobs
by whitequark_ 4944 days ago
Reference counting comes with a huge toll on interoperability. Forget one Py_INCREF(Py_None) in a tight loop, and you're up to a segfault in a place very, very far away.