Author: Maciej Fijalkowski <[email protected]>
Branch: numpy-record-dtypes
Changeset: r52178:1ff9727e806a
Date: 2012-02-07 14:55 +0200
http://bitbucket.org/pypy/pypy/changeset/1ff9727e806a/

Log:    oops

diff --git a/pypy/module/micronumpy/types.py b/pypy/module/micronumpy/types.py
--- a/pypy/module/micronumpy/types.py
+++ b/pypy/module/micronumpy/types.py
@@ -423,7 +423,7 @@
 
 def _uint64_coerce(self, space, w_item):
     try:
-        return self._base_coerce(self, space, w_item)
+        return self._base_coerce(space, w_item)
     except OperationError, e:
         if not e.match(space, space.w_OverflowError):
             raise
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to