[pypy-issue] [issue1014] numpypy sum() buggy with axis

mattip tracker at bugs.pypy.org
Sun Jan 22 12:33:04 CET 2012


mattip <matti.picus at gmail.com> added the comment:

There is work underway to correct the fromnumeric problems, in the mean time 
perhaps try this patch, to completely remove it.
diff -r 5aa09e8483d3 lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy/__init__.py      Wed Jan 18 23:04:56 2012 +0100
+++ b/lib_pypy/numpypy/__init__.py      Sun Jan 22 13:29:59 2012 +0200
@@ -1,2 +1,2 @@
 from _numpypy import *
-from .fromnumeric import *
+#from .fromnumeric import *

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1014>
________________________________________


More information about the pypy-issue mailing list