Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPy Support in CI #218

Open
ax3l opened this issue Oct 27, 2023 · 0 comments
Open

PyPy Support in CI #218

ax3l opened this issue Oct 27, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ax3l
Copy link
Member

ax3l commented Oct 27, 2023

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.

@ax3l ax3l added enhancement New feature or request help wanted Extra attention is needed labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant