[pypy-dev] [pypy-svn] r76608 - in pypy/branch/jit-bounds/pypy/jit/metainterp: . test

Antonio Cuni anto.cuni at gmail.com
Thu Aug 12 20:31:06 CEST 2010


On 12/08/10 19:02, hakanardo at 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



More information about the Pypy-dev mailing list