Author: Brian Kearns <bdkea...@gmail.com> Branch: Changeset: r74810:092797de8785 Date: 2014-12-04 02:13 -0500 http://bitbucket.org/pypy/pypy/changeset/092797de8785/
Log: whitespace diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micronumpy/descriptor.py +++ b/pypy/module/micronumpy/descriptor.py @@ -286,7 +286,6 @@ def descr_hash(self, space): return space.wrap(self._compute_hash(space, 0x345678)) - def descr_str(self, space): if self.fields: return space.str(self.descr_get_descr(space)) diff --git a/pypy/module/micronumpy/test/test_dtypes.py b/pypy/module/micronumpy/test/test_dtypes.py --- a/pypy/module/micronumpy/test/test_dtypes.py +++ b/pypy/module/micronumpy/test/test_dtypes.py @@ -392,6 +392,7 @@ t5 = dtype([('x', '<f4'), ('y', '<i4')]) t6 = dtype([('y', '<i4'), ('x', '<f4')]) assert hash(t5) != hash(t6) + def test_pickle(self): import numpy as np from numpypy import array, dtype _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit