Alex Gaynor <[email protected]> added the comment: Are you sure --jit off is correcly being applied to the proecss you're running? It should be totally impossibly for this to occur with --jit off.
All that said this appears to be because getlength() is called on something that's not a virtual array class, my first guess is that it's a VRawSliceValue, but I have no evidence for that. ---------- nosy: +agaynor status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1482> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
