Hacker News new | ask | show | jobs
by questiuner 5 days ago
Why was PyPy abandoned and not embraced by Python? NIH?
2 comments

The short answer is that CPython didn't want to break compatibility with lots and lots and lots of Python modules implemented in C, so it was never viable to let PyPy seamlessly replace CPython.
(PyPy was not abandoned.)

I assume you might mean to ask "why wasn't PyPy adopted in some formal way into CPython" rather than a separate project, for which the answer is at least partially likely to be because it's a completely separate implementation.