Skip to content
Snippets Groups Projects
Commit 7dbf4d50 authored by Joseph Weston's avatar Joseph Weston
Browse files

refactor operator module to remove compile-time warnings

Explicitly initialize pointers to NULL, refrain from using
pythonic constructs, e.g. `a or b`, with cython extension types;
this causes cython to produce (correct) code where pointers are
not cast to the correct type.
parent c7252f6e
No related branches found
No related tags found
No related merge requests found
Pipeline #