Skip to content

Cython 2.x fixes#3

Open
orbisvicis wants to merge 1 commit into
elijahr:masterfrom
orbisvicis:cython-2.x
Open

Cython 2.x fixes#3
orbisvicis wants to merge 1 commit into
elijahr:masterfrom
orbisvicis:cython-2.x

Conversation

@orbisvicis

Copy link
Copy Markdown

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