[pypy-commit] pypy win64-stage1: the first glitch, expected

ctismer noreply at buildbot.pypy.org
Fri Nov 25 02:29:50 CET 2011


Author: Christian Tismer <tismer at stackless.com>
Branch: win64-stage1
Changeset: r49771:aee6d647b815
Date: 2011-11-25 02:29 +0100
http://bitbucket.org/pypy/pypy/changeset/aee6d647b815/

Log:	the first glitch, expected

diff --git a/pypy/rlib/debug.py b/pypy/rlib/debug.py
--- a/pypy/rlib/debug.py
+++ b/pypy/rlib/debug.py
@@ -327,7 +327,7 @@
     """Give a translation-time error if 'x' is not a plain int
     (e.g. if it's a r_longlong or an r_uint).
     """
-    assert is_valid_int(x))
+    assert is_valid_int(x)
     return x
 
 class Entry(ExtRegistryEntry):


More information about the pypy-commit mailing list