Comment by Aqueous
3 years ago
Can you tell us the obstacles for incorporating learnings from or even backporting the work from PyPi back into CPython?
3 years ago
Can you tell us the obstacles for incorporating learnings from or even backporting the work from PyPi back into CPython?
There is significant cooperation between the two. When porting PyPy to a new Python version, we examine what changes CPython made. And CPython core developers are aware of PyPy. The main obstacle is developer time. CPython has to be very careful about backward compatibility, which includes not making the interpreter slower for a few while faster for many.