Skip to content

Conversation

tainnok
Copy link
Contributor

@tainnok tainnok commented Sep 9, 2025

when someone (like me g) is using Cython for performance reasons it is not possible because the argument-name 'signed' is a reserved keyword in C.

renamed (the unused) argument "signed" to "is_signed" (this name is already used inside canmatrix on all compareable locations).

also remove un-reachable "break" after "return" to avoid compiler-warnings.

… use Cython to improve performance; remove non-reachable 'break' to avoid compiler-warnings
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