The one thing I hope for when it comes to Python is that PyPy becomes the default runtime everywhere.

CPython is so unbelievably slow when compared to languages like PHP and Javascript.

When using PyPy, I keep encountering road bumps because many tools are still expecting that one uses CPython.

Dear world - please accelerate the conversion to PyPy!

Projects that depend on CPython C extensions should consider migrating to HPy[1] for C extension compatibility across Python implementations.

[1] https://github.com/hpyproject/hpy