logoalt Hacker News

pjmlp07/31/20251 replyview on HN

The main culprit is not wanting to change the C ABI of the VM.

Other equally dynamic languages have long shown the way.


Replies

incrudible08/01/2025

But what do people actually use Python for the most, at least as far as industry is concerned? Interfacing with those C extensions.

PyPy does have an alternative ABI that integrates with the JIT and also works on CPython, so if people cared that much about those remaining bits of performance, they could support it.

show 1 reply