Bruno Gola wrote: > Sorry, the right traceback: http://paste.pocoo.org/show/82667/ > > Anyway, mwhudson pointed that it's maybe a bug in checkFlag() (that > wasn't called until now). It returns 1 or None. Trying to translate > again.
checkFlag was rather silly, it should just return a boolean, but it returned 1 or None, which isn't possible in RPython. I changed it. There are more problems along the lines of the first problem you had, maybe I'll fix those if I have time. Cheers, Carl Friedrich _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
