2010/4/10 Ondrej Certik <ondrej at certik.cz>: > 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