[pypy-commit] pypy numpy-record-dtypes: fix the spec

fijal noreply at buildbot.pypy.org
Tue Feb 7 13:13:57 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-record-dtypes
Changeset: r52169:438d10b23d99
Date: 2012-02-07 13:30 +0200
http://bitbucket.org/pypy/pypy/changeset/438d10b23d99/

Log:	fix the spec

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)
 
- at objectmodel.specialize.ll_and_arg(0)
+ at objectmodel.specialize.ll()
 def byteswap(arg):
     """ Convert little->big endian and the opposite
     """


More information about the pypy-commit mailing list