This is on fedora rawhide, x86_64:
+ /usr/bin/python runtests.py -x numpy
Running tests against Cython 0.11.rc
Python 2.6 (r26:66714, Feb 26 2009, 17:32:04)
[GCC 4.4.0 20090219 (Red Hat 4.4.0-0.21)]
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:62:6:
'report_unraisable' redeclared
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:84:17: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:87:18: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:87:32: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:87:47: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:96:13: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:98:13: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:98:33: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:101:18: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:101:32: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:101:47: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:110:25: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:112:25: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:112:45: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:115:18: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:115:32: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:115:47: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:122:34: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:127:38: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:135:18: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:136:15: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:136:42: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:142:14: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:144:18: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:144:32: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:144:47: No
conversion from python_exc.PyObject * to Python object, python object
pointer used.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:90:5:
Unraisable exception in function 'refnanny.GOTREF'.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:103:5:
Unraisable exception in function 'refnanny.GIVEREF_and_report'.
warning:
/builddir/build/BUILD/Cython-0.11.rc/Cython/Runtime/refnanny.pyx:129:5:
Unraisable exception in function 'refnanny.FinishContext'.
Error converting Pyrex file to C:
------------------------------------------------------------
...
cdef object[foo2=short unsigned int] x
^
------------------------------------------------------------
Cython_Compiler_Tests_TestBuffer_TestBufferParsing_test_notype_as_expr1:1:23:
Expected: expression
Error converting Pyrex file to C:
------------------------------------------------------------
...
cdef object[int, short unsigned int] x
^
------------------------------------------------------------
Cython_Compiler_Tests_TestBuffer_TestBufferParsing_test_notype_as_expr2:1:23:
Expected: expression
Error converting Pyrex file to C:
------------------------------------------------------------
...
cdef object[foo=1, 2] x
^
------------------------------------------------------------
Cython_Compiler_Tests_TestBuffer_TestBufferParsing_test_pos_after_key:1:19:
Non-keyword arg following keyword arg
del.cpp: In function ‘int __Pyx_DelItemInt(PyObject*, Py_ssize_t, int)’:
del.cpp:274: warning: left shift count >= width of type
index.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
index.cpp:271: warning: left shift count >= width of type
index.cpp: In function ‘int __Pyx_SetItemInt(PyObject*, Py_ssize_t,
PyObject*, int)’:
index.cpp:339: warning: left shift count >= width of type
indices.cpp: In function ‘int __Pyx_SetItemInt(PyObject*, Py_ssize_t,
PyObject*, int)’:
indices.cpp:272: warning: left shift count >= width of type
indices.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
indices.cpp:283: warning: left shift count >= width of type
jiba5.cpp: In function ‘int __Pyx_DelItemInt(PyObject*, Py_ssize_t, int)’:
jiba5.cpp:266: warning: left shift count >= width of type
johnson1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
johnson1.cpp:263: warning: left shift count >= width of type
specmethdocstring.c:303: warning:
‘__pyx_doc_17specmethdocstring_1C___init__’ defined but not used
specmethdocstring.c:325: warning:
‘__pyx_doc_17specmethdocstring_1C_3foo___get__’ defined but not used
specmethdocstring.c:344: warning:
‘__pyx_doc_17specmethdocstring_1C_3foo___set__’ defined but not used
specmethdocstring.cpp:303: warning:
‘__pyx_doc_17specmethdocstring_1C___init__’ defined but not used
specmethdocstring.cpp:325: warning:
‘__pyx_doc_17specmethdocstring_1C_3foo___get__’ defined but not used
specmethdocstring.cpp:344: warning:
‘__pyx_doc_17specmethdocstring_1C_3foo___set__’ defined but not used
tryexcept.cpp: In function ‘int __Pyx_SetItemInt(PyObject*, Py_ssize_t,
PyObject*, int)’:
tryexcept.cpp:280: warning: left shift count >= width of type
typecast.c: In function ‘__pyx_f_8typecast_f’:
typecast.c:307: warning: cast to pointer from integer of different size
arrayassign.c: In function
‘__pyx_pf_11arrayassign_test_literal_list_slice_start_param’:
arrayassign.c:775: warning: format ‘%d’ expects type ‘int’, but argument 4
has type ‘Py_ssize_t’
arrayassign.c: In function
‘__pyx_pf_11arrayassign_test_literal_list_slice_end_param’:
arrayassign.c:893: warning: format ‘%d’ expects type ‘int’, but argument 4
has type ‘Py_ssize_t’
arrayassign.c: In function
‘__pyx_pf_11arrayassign_test_literal_list_slice_start_end_param’:
arrayassign.c:1056: warning: format ‘%d’ expects type ‘int’, but argument 4
has type ‘Py_ssize_t’
arrayassign.cpp: In function ‘PyObject*
__pyx_pf_11arrayassign_test_literal_list_slice_start_param(PyObject*,
PyObject*)’:
arrayassign.cpp:775: warning: format ‘%d’ expects type ‘int’, but argument 4
has type ‘Py_ssize_t’
arrayassign.cpp: In function ‘PyObject*
__pyx_pf_11arrayassign_test_literal_list_slice_end_param(PyObject*,
PyObject*)’:
arrayassign.cpp:893: warning: format ‘%d’ expects type ‘int’, but argument 4
has type ‘Py_ssize_t’
arrayassign.cpp: In function ‘PyObject*
__pyx_pf_11arrayassign_test_literal_list_slice_start_end_param(PyObject*,
PyObject*, PyObject*)’:
arrayassign.cpp:1056: warning: format ‘%d’ expects type ‘int’, but argument
4 has type ‘Py_ssize_t’
big_indices.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
big_indices.cpp:263: warning: left shift count >= width of type
bufaccess.c: In function ‘__pyx_pf_9bufaccess_printbuf’:
bufaccess.c:1525: warning: unused variable ‘__pyx_boffset_1_buf’
bufaccess.c:1524: warning: unused variable ‘__pyx_boffset_0_buf’
bufaccess.c:1523: warning: unused variable ‘__pyx_bshape_1_buf’
bufaccess.c:1522: warning: unused variable ‘__pyx_bshape_0_buf’
bufaccess.c:1521: warning: unused variable ‘__pyx_bstride_1_buf’
bufaccess.c:1520: warning: unused variable ‘__pyx_bstride_0_buf’
bufaccess.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
bufaccess.cpp:311: warning: left shift count >= width of type
bufaccess.cpp: In function ‘PyObject*
__pyx_pf_9bufaccess_printbuf(PyObject*, PyObject*)’:
bufaccess.cpp:1520: warning: unused variable ‘__pyx_bstride_0_buf’
bufaccess.cpp:1521: warning: unused variable ‘__pyx_bstride_1_buf’
bufaccess.cpp:1522: warning: unused variable ‘__pyx_bshape_0_buf’
bufaccess.cpp:1523: warning: unused variable ‘__pyx_bshape_1_buf’
bufaccess.cpp:1524: warning: unused variable ‘__pyx_boffset_0_buf’
bufaccess.cpp:1525: warning: unused variable ‘__pyx_boffset_1_buf’
buffer.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
buffer.cpp:263: warning: left shift count >= width of type
callargs.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
callargs.cpp:274: warning: left shift count >= width of type
cdef_opt.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
cdef_opt.cpp:271: warning: left shift count >= width of type
charencoding.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
charencoding.cpp:263: warning: left shift count >= width of type
charescape.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
charescape.cpp:263: warning: left shift count >= width of type
classbody_exec.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
classbody_exec.cpp:263: warning: left shift count >= width of type
concatcstrings.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
concatcstrings.cpp:263: warning: left shift count >= width of type
cstringmeth.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
cstringmeth.cpp:263: warning: left shift count >= width of type
ct_DEF.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
ct_DEF.cpp:263: warning: left shift count >= width of type
delete.cpp: In function ‘int __Pyx_DelItemInt(PyObject*, Py_ssize_t, int)’:
delete.cpp:268: warning: left shift count >= width of type
dictintindex.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
dictintindex.cpp:263: warning: left shift count >= width of type
dictintindex.cpp: In function ‘int __Pyx_DelItemInt(PyObject*, Py_ssize_t,
int)’:
dictintindex.cpp:325: warning: left shift count >= width of type
forfrom.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
forfrom.cpp:263: warning: left shift count >= width of type
funcexcept.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
funcexcept.cpp:263: warning: left shift count >= width of type
funcexceptchained.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
funcexceptchained.cpp:263: warning: left shift count >= width of type
funcexceptcypy.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
funcexceptcypy.cpp:271: warning: left shift count >= width of type
funcexceptreturn.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
funcexceptreturn.cpp:263: warning: left shift count >= width of type
future_unicode_literals.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
future_unicode_literals.cpp:263: warning: left shift count >= width of type
index.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
index.cpp:271: warning: left shift count >= width of type
inplace.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
inplace.cpp:277: warning: left shift count >= width of type
inplace.cpp: In function ‘int __Pyx_SetItemInt(PyObject*, Py_ssize_t,
PyObject*, int)’:
inplace.cpp:345: warning: left shift count >= width of type
int_literals.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
int_literals.cpp:263: warning: left shift count >= width of type
ishimoto2.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
ishimoto2.cpp:271: warning: left shift count >= width of type
isinstance.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
isinstance.cpp:263: warning: left shift count >= width of type
jarausch1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
jarausch1.cpp:263: warning: left shift count >= width of type
kostyrka2.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
kostyrka2.cpp:263: warning: left shift count >= width of type
kwargproblems.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
kwargproblems.cpp:269: warning: left shift count >= width of type
lepage_1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
lepage_1.cpp:266: warning: left shift count >= width of type
literal_lists.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
literal_lists.cpp:263: warning: left shift count >= width of type
literalslice.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
literalslice.cpp:263: warning: left shift count >= width of type
locals.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
locals.cpp:271: warning: left shift count >= width of type
longlongindex.cpp: In function ‘int __Pyx_SetItemInt(PyObject*, Py_ssize_t,
PyObject*, int)’:
longlongindex.cpp:280: warning: left shift count >= width of type
modbody.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
modbody.cpp:263: warning: left shift count >= width of type
modop.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
modop.cpp:271: warning: left shift count >= width of type
multass.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
multass.cpp:263: warning: left shift count >= width of type
new_style_exceptions.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
new_style_exceptions.cpp:263: warning: left shift count >= width of type
powop.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
powop.cpp:271: warning: left shift count >= width of type
r_addint.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_addint.cpp:271: warning: left shift count >= width of type
r_barbieri1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_barbieri1.cpp:269: warning: left shift count >= width of type
r_bowden1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_bowden1.cpp:263: warning: left shift count >= width of type
r_docstrings.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_docstrings.cpp:265: warning: left shift count >= width of type
r_hordijk1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_hordijk1.cpp:269: warning: left shift count >= width of type
r_huss3.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_huss3.cpp:263: warning: left shift count >= width of type
r_jeff_epler_1.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
r_jeff_epler_1.cpp:263: warning: left shift count >= width of type
r_mang1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_mang1.cpp:263: warning: left shift count >= width of type
r_mitch_chapman_2.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
r_mitch_chapman_2.cpp:263: warning: left shift count >= width of type
r_pythonapi.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_pythonapi.cpp:264: warning: left shift count >= width of type
r_uintindex.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
r_uintindex.cpp:271: warning: left shift count >= width of type
set.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
set.cpp:351: warning: left shift count >= width of type
simpcall.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
simpcall.cpp:271: warning: left shift count >= width of type
size_t.c: In function ‘__pyx_pf_6size_t_1A___init__’:
size_t.c:389: warning: unused variable ‘__pyx_arg_a’
size_t.cpp: In function ‘int __pyx_pf_6size_t_1A___init__(PyObject*,
PyObject*, PyObject*)’:
size_t.cpp:389: warning: unused variable ‘__pyx_arg_a’
slice_charptr.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
slice_charptr.cpp:271: warning: left shift count >= width of type
strconstinclass.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
strconstinclass.cpp:263: warning: left shift count >= width of type
strescapes.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
strescapes.cpp:263: warning: left shift count >= width of type
strfunction.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
strfunction.cpp:263: warning: left shift count >= width of type
strliterals.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
strliterals.cpp:263: warning: left shift count >= width of type
unicodefunction.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
unicodefunction.cpp:263: warning: left shift count >= width of type
unicodeliterals.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
unicodeliterals.cpp:263: warning: left shift count >= width of type
unicodeliteralsdefault.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
unicodeliteralsdefault.cpp:263: warning: left shift count >= width of type
unicodeliteralslatin1.cpp: In function ‘PyObject*
__Pyx_GetItemInt_Generic(PyObject*, Py_ssize_t, int)’:
unicodeliteralslatin1.cpp:263: warning: left shift count >= width of type
unsigned.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
unsigned.cpp:263: warning: left shift count >= width of type
wundram1.cpp: In function ‘PyObject* __Pyx_GetItemInt_Generic(PyObject*,
Py_ssize_t, int)’:
wundram1.cpp:263: warning: left shift count >= width of type
----------------------------------------------------------------------
Ran 1404 tests in 263.628s
OK
Following tests excluded because of missing dependencies on your system:
run.numpy_test
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev