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

add cython build dependency for implementations other than pypy, cpython #1986

Merged
merged 2 commits into from
May 1, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented May 1, 2024

rather than only specifying a build dependency on cpython and pypy, use pypy or not pypy.

It' unclear if CFFI is more likely to work for other backends? Who knows! But this matches longstanding behavior where Cython is used "unless pypy", now the dependency matches the internal logic.

closes #1984 (confirmed with docker run pyston/pyston pip install pyzmq and pip install . with this branch)

minrk added 2 commits May 1, 2024 16:23
ensures backend dependencies span implementations, rather than leaving them both out for unknown implementations
@minrk minrk merged commit adb199b into zeromq:main May 1, 2024
35 checks passed
@minrk minrk deleted the cython-implementatin branch May 1, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: "No module named cython" when building 26.0.0+ with Pyston 2.3.5
1 participant