Author: Maciej Fijalkowski <[email protected]>
Branch: numpy-back-to-applevel
Changeset: r51799:72b8bf6e9019
Date: 2012-01-26 16:48 +0200
http://bitbucket.org/pypy/pypy/changeset/72b8bf6e9019/

Log:    pfff

diff --git a/lib_pypy/numpypy/core/numeric.py b/lib_pypy/numpypy/core/numeric.py
--- a/lib_pypy/numpypy/core/numeric.py
+++ b/lib_pypy/numpypy/core/numeric.py
@@ -201,7 +201,7 @@
             typename = "'%s'" % typename
 
         lf = ''
-        if 0 or issubclass(arr.dtype.type, flexible):
+        if 0: # or issubclass(arr.dtype.type, flexible):
             if arr.dtype.names:
                 typename = "%s" % str(arr.dtype)
             else:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to