Author: Christian Tismer <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit