FIX: prevent missing cimport warnings when using cythonize.
The `cython` package fakes several sub-modules, including `cython.operator` and `cython.view`. Since the `cythonize` command cannot find a corresponding pxd file for these modules, it prints a warning. To fix this, we exclude all modules in the `cython` namespace when checking for missing pxd files.
Showing
Please register or sign in to comment