New submission from Amaury Forgeot d Arc <[email protected]>: >>> numpypy.dtype((1,2)) TypeError: data type <W_SpecialisedTupleObject_ii object at 0x7fb226388240> not understood
It's probably a good idea to use space.repr() instead of the interp-level %r formatting. ---------- messages: 5568 nosy: amaury, pypy-issue priority: bug status: unread title: Strange error message in numpypy ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1451> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
