Hi Dan,

The issue was that the JIT was silently and incorrectly accepting the
type lltype.Array(), which is a non-GC but with-length-prefix array, and
it was (by mistake) considering it to be a GC array.  That's where the
errors come from.

Now the JIT explicitly refuses to work with such arrays.  As explained
on IRC, you need anyway in micronumpy to use the type rffi.CArray(),
which does not contain the length prefix.


A bientot,

Armin.
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to