[pypy-commit] pypy default: simplify

fijal noreply at buildbot.pypy.org
Mon Jul 4 22:05:23 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r45348:bcff0dbb6a0e
Date: 2011-07-04 22:13 +0200
http://bitbucket.org/pypy/pypy/changeset/bcff0dbb6a0e/

Log:	simplify

diff --git a/pypy/module/micronumpy/interp_numarray.py b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/interp_numarray.py
+++ b/pypy/module/micronumpy/interp_numarray.py
@@ -70,7 +70,7 @@
             res = Call1(
                 function,
                 self,
-                self.signature.transition(signature))
+                new_sig)
             self.invalidates.append(res)
             return space.wrap(res)
         return func_with_new_name(impl, "uniop_%s_impl" % function.__name__)


More information about the pypy-commit mailing list