Strange ValueError + numpy bug
authorRobert Bradshaw <robertwb@math.washington.edu>
Wed, 28 Jan 2009 00:39:36 +0000 (16:39 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Wed, 28 Jan 2009 00:39:36 +0000 (16:39 -0800)
tests/bugs/ValueError_T172.pyx [new file with mode: 0644]

diff --git a/tests/bugs/ValueError_T172.pyx b/tests/bugs/ValueError_T172.pyx
new file mode 100644 (file)
index 0000000..9f5d9d8
--- /dev/null
@@ -0,0 +1,6 @@
+__doc__ = """
+    >>> 1
+    1
+"""
+cimport numpy
+class ValueError(object): pass