On 12/08/10 19:02, [email protected] wrote: > + def boundint_gt(self, val): > + if val is None: return > + self.minint = val + 1
what happens if val == sys.maxint? ciao, Anto _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
