[Cython] undefined reference to `__Pyx_PyInt_As_unsigned_int error

2014-05-20 Thread Joshua Adelman
Hello all, I wanted to try to get some traction on this issue that I raised on the Cython-user google group list: https://groups.google.com/forum/#!topic/cython-users/l9wD4w2lcw8 The basic issue is that I get an error of "undefined reference to `__Pyx_PyInt_As_unsigned_int". The strange part is

[Cython] Bug: Memoryview of struct with adjacent string fields does not detect string boundaries

2014-02-06 Thread Joshua Adelman
This discussion was initially started on the cython user google group, but I wanted to move the issue over to the dev list, as per the suggestion on cython_trac. Given a numpy recarray containing two or more fixed-length string fields, if those string fields are adjacent to one another cython