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

rewrite Cython backend using Cython 3 pure Python mode #1884

Merged
merged 29 commits into from
Oct 11, 2023

Conversation

minrk
Copy link
Member

@minrk minrk commented Jul 10, 2023

  • pure Python so linters, formatters, etc. work
  • requires Cython 3 for pure Python with cimports
  • single extension file for simpler compilation/deployment (e.g. especially with statically linked libzmq) and more efficient imports
  • take this opportunity to purge tiny remaining LGPL bits of the Cython backend with a new implementation, so pyzmq is now just BSD (closes RELICENSE pyzmq core #1039)

closes #1040

@minrk minrk marked this pull request as draft July 10, 2023 06:28
avoids low-level sockets being closed before unregistering with loop (mainly an issue on Windows)
@minrk minrk marked this pull request as ready for review October 11, 2023 09:06
@minrk minrk merged commit 96ad4c5 into zeromq:main Oct 11, 2023
30 checks passed
@minrk minrk deleted the single-cython branch October 11, 2023 09:14
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.

RELICENSE pyzmq core
1 participant