Jean-Paul Calderone wrote: > Does this break (by ignoring) custom __add__ implementations on int > subclasses?
uh, right! :-/ Well, that means that we should check for the exact classes/python type instead for subclasses, but I think the optimization is still worth of. ciao Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
