You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPy is one of multiple alternative Python implementations besides the popular CPython. It is pretty popular and supported well in pybind11 and Conda-Forge, where we deploy packages.
Besides many other details, PyPy's garbage collector acts more "delayed" than the CPython implementation.
Testing against PyPy would help us to find lifetime design issues faster and we could deploy for it.
The text was updated successfully, but these errors were encountered:
PyPy is one of multiple alternative Python implementations besides the popular CPython. It is pretty popular and supported well in pybind11 and Conda-Forge, where we deploy packages.
Besides many other details, PyPy's garbage collector acts more "delayed" than the CPython implementation.
Testing against PyPy would help us to find lifetime design issues faster and we could deploy for it.
The text was updated successfully, but these errors were encountered: