You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using const object[:] I get the error Const base type cannot be a Python object. Is this a limitation that we cannot have readonly memoryviews with objects? Or, alternatively: should this be possible and is not support by Cython due to a bug?
One can produce a read-only memory-view by passing a non-writable numpy-array with dtype object.