On Sat, Apr 10, 2010 at 1:25 PM, Ondrej Certik <[email protected]> wrote: > On Sat, Apr 10, 2010 at 11:57 AM, Benjamin Peterson <[email protected]> > wrote: >> 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. > > That could be it. I'll investigate it and report later. > > Thanks for the tip. > > Ondrej > _______________________________________________
Didn't we remove __iter__ after the release from strings? _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
