[pypy-commit] pypy numpypy-axisops: merge

mattip noreply at buildbot.pypy.org
Fri Jan 6 12:24:00 CET 2012


Author: mattip
Branch: numpypy-axisops
Changeset: r51066:188fd8e68904
Date: 2012-01-06 13:02 +0200
http://bitbucket.org/pypy/pypy/changeset/188fd8e68904/

Log:	merge

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
@@ -764,7 +764,6 @@
 
     def _del_sources(self):
         self.values = None
-        pass
 
     def create_sig(self, res_shape):
         if self.forced_result is not None:


More information about the pypy-commit mailing list