From 05b93dae27b02d04d49da960af15cfbc7b91de26 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 27 Jan 2009 16:39:36 -0800 Subject: [PATCH] Strange ValueError + numpy bug --- tests/bugs/ValueError_T172.pyx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/bugs/ValueError_T172.pyx diff --git a/tests/bugs/ValueError_T172.pyx b/tests/bugs/ValueError_T172.pyx new file mode 100644 index 00000000..9f5d9d82 --- /dev/null +++ b/tests/bugs/ValueError_T172.pyx @@ -0,0 +1,6 @@ +__doc__ = """ + >>> 1 + 1 +""" +cimport numpy +class ValueError(object): pass -- 2.26.2