I\'m writing a C extension to my Python program for speed purposes, and running into some very strange behaviour trying to pass in a 3-dimensional numpy array. It works with a 2
There was a bug in the numpy C-API, that should be fixed now:
https://github.com/numpy/numpy/pull/5314