Re: [pypy-dev] [pypy-commit] pypy default: relaxing int vs long

2012-03-13 Thread Christian Tismer
Hi Amaury, This is debatable. In this particular case it makes in fact no sense, but in general, we need to stop distinguishing int and long. Instead, a range check is needed to determine an int. Sent from my Ei4Steve On Mar 13, 2012, at 5:25, "Amaury Forgeot d'Arc" wrote: > Hi Christian, >

Re: [pypy-dev] [pypy-commit] pypy default: relaxing int vs long

2012-03-13 Thread Amaury Forgeot d'Arc
Hi Christian, The changeset 8abd5883fa0c looks wrong to me: http://mail.python.org/pipermail/pypy-commit/2012-March/060785.html diff --git a/pypy/interpreter/test/test_compiler.py b/pypy/interpreter/test/test_compiler.py --- a/pypy/interpreter/test/test_compiler.py +++ b/pypy/interpreter/test/tes