Author: Alex Gaynor <[email protected]>
Branch: float-bytes
Changeset: r53692:55f7bd3f0a30
Date: 2012-03-15 11:07 -0700
http://bitbucket.org/pypy/pypy/changeset/55f7bd3f0a30/

Log:    merged default

diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarithmetic.py
@@ -469,6 +469,7 @@
 r_longlong = build_int('r_longlong', True, 64)
 r_ulonglong = build_int('r_ulonglong', False, 64)
 
+# XXX THESE ARE SERIOUSLY BOGUS, DON'T USE!!
 r_long = build_int('r_long', True, 32)
 r_ulong = build_int('r_ulong', False, 32)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to