Add "check_size ignore" to all NumPy.pxd class declarations to silence the...
Add "check_size ignore" to all NumPy.pxd class declarations to silence the useless size warnings about them. See https://github.com/numpy/numpy/pull/432#issuecomment-689846159 Also remove the useless "extern" modifiers from cdef classes declared in "extern" sections.
Showing
Please register or sign in to comment