On 12/08/10 19:02, hakana...@codespeak.net wrote:

> +    def boundint_gt(self, val):
> +        if val is None: return
> +        self.minint = val + 1

what happens if val == sys.maxint?

ciao,
Anto
_______________________________________________
pypy-dev@codespeak.net
http://codespeak.net/mailman/listinfo/pypy-dev

Reply via email to