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

Cython 2.x fixes #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

orbisvicis
Copy link

Backport changes from the "cython-3.0" branch, fixing all deprecation warnings against cython 0.29.32. Includes all bugfixes from that branch:

  • remove duplicate len in "AbstractSpec"
  • fix INT32_MIN and INT64_MIN in "pack.pyx"
  • fix "multicast" parameter type annotation in "AbstractServer"

Does not include changes to exception handling - these are the only changes not backported.

Backport changes from the "cython-3.0" branch, fixing all deprecation
warnings against cython 0.29.32. Includes all bugfixes from that branch:
* remove duplicate __len__ in "AbstractSpec"
* fix INT32_MIN and INT64_MIN in "pack.pyx"
* fix "multicast" parameter type annotation in "AbstractServer"

Does not include changes to exception handling - these are the only
changes not backported.
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.

1 participant