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. -- Bruno Fialho Marques Gola <[EMAIL PROTECTED]> http://www.brunogola.com.br Cel: (11) 9294-5883 On Tue, Aug 19, 2008 at 12:49 AM, Bruno Gola <[EMAIL PROTECTED]> wrote: > Hi! > > I'm working on branch 2.5-features and trying to translate pypy-c. > Probably some of the changes I made are not RPython and the translator > crashes. > > Some of theses changes I've already found and fixed, but now I can't > find out how to fix this error (traceback > http://paste.pocoo.org/show/82666/). > > The traceback points to checkFlag() in pyassem.py, but it's identical > to trunk. I've written some code that uses this method (visitImport() > and visitFrom() in pycodegen.py). > > I don't know much about the translator. Does anyone have any idea > about what's wrong? > > Thanks, > -- > Bruno Fialho Marques Gola <[EMAIL PROTECTED]> > http://www.brunogola.com.br > Cel: (11) 9294-5883 > _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
