2010/4/10 Ondrej Certik <[email protected]>: > Hi, Hi > if hasattr(i, "__iter__"): > RuntimeError: internal error: <RuntimeError object at 0x868c778>
Your code is probably assuming that strings don't have __iter__. They do in PyPy. -- Regards, Benjamin _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
