Author: Maciej Fijalkowski <[email protected]>
Branch: numpy-record-dtypes
Changeset: r52167:c3e31b2f134c
Date: 2012-02-07 13:08 +0200
http://bitbucket.org/pypy/pypy/changeset/c3e31b2f134c/

Log:    try different specialization

diff --git a/pypy/rlib/rarithmetic.py b/pypy/rlib/rarithmetic.py
--- a/pypy/rlib/rarithmetic.py
+++ b/pypy/rlib/rarithmetic.py
@@ -514,7 +514,7 @@
         assert n <= p
     return llop.int_between(lltype.Bool, n, m, p)
 
[email protected](0)
[email protected]_and_arg(0)
 def byteswap(arg):
     """ Convert little->big endian and the opposite
     """
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to