6 ms·
Why was PyPy abandoned and not embraced by Python? NIH?
by questiuner 3mo ago
Why was PyPy abandoned and not embraced by Python? NIH?
- kzrdude 3mo agoThe 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.
- JulianWasTaken 3mo ago(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.