[Cython] Cython 0.11 beta
Kirill Smelkov
kirr at landau.phys.spbu.ru
Sun Jan 25 09:46:31 CET 2009
On Sat, Jan 24, 2009 at 03:13:52PM -0800, Robert Bradshaw wrote:
> After much development, it looks like Cython 0.11 is getting stable
> enough to release. Please try out the beta, which is the current tip
> of sage-devel.
>
> http://cython.org/Cython-0.11.beta.tar.gz
I'm on Debian Lenny and for b99a8f46f298 I get test failures:
--- 8< ---
rm -fr BUILD
python runtests.py -vv
Running tests against Cython 0.11.beta
Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26)
[GCC 4.3.2]
test_parserbehaviour_is_what_we_coded_for (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_pass_eliminated (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_statinexpr (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_multistat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_offagain (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_wrap_singlestat (Cython.Compiler.Tests.TestParseTreeTransforms.TestNormalizeTree) ... ok
test_basic (Cython.Compiler.Tests.TestParseTreeTransforms.TestWithTransform) ... ok
test_simplified (Cython.Compiler.Tests.TestParseTreeTransforms.TestWithTransform) ... ok
test_basic (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_copy_is_taken (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_exprstat (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_pos_is_transferred (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_substitution (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_substitutions_are_copied (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_temps (Cython.Compiler.Tests.TestTreeFragment.TestTreeFragments) ... ok
test_basic (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_notype_as_expr1 (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_notype_as_expr2 (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_pos_after_key (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_type_keyword (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_type_pos (Cython.Compiler.Tests.TestBuffer.TestBufferParsing) ... ok
test_decorator (Cython.Compiler.Tests.TestDecorators.TestDecorator) ... ok
test_attribute (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_cdef_var (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_def (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_for_loop (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_if (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_ifelifelse (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_inplace_assignment (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_longness_and_signedness (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_print (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_signed_short (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
test_typed_args (Cython.Tests.TestCodeWriter.TestCodeWriter) ... ok
Doctest: Cython.StringIOTree ... ok
Doctest: Cython.Compiler.Options.parse_option_list ... ok
Doctest: Cython.Compiler.Options.parse_option_value ... ok
Doctest: Cython.Compiler.Visitor.TreeVisitor ... ok
compiling (c) a_capi ... ok
compiling (cpp) a_capi ... ok
compiling (c) argdefault ... ok
compiling (cpp) argdefault ... ok
compiling (c) arrayargs ... ok
compiling (cpp) arrayargs ... ok
compiling (c) arrayptrcompat ... ok
compiling (cpp) arrayptrcompat ... ok
compiling (c) arraytoptrarg ... ok
compiling (cpp) arraytoptrarg ... ok
compiling (c) ass2longlong ... ok
compiling (cpp) ass2longlong ... ok
compiling (c) behnel4 ... ok
compiling (cpp) behnel4 ... ok
compiling (c) belchenko1 ... ok
compiling (cpp) belchenko1 ... ok
compiling (c) builtin ... ok
compiling (cpp) builtin ... ok
compiling (c) builtinfuncs ... ok
compiling (cpp) builtinfuncs ... ok
compiling (c) c_directives ... ok
compiling (cpp) c_directives ... ok
compiling (c) callingconvention ... ok
compiling (cpp) callingconvention ... ok
compiling (c) cargdef ... ok
compiling (cpp) cargdef ... ok
compiling (c) carrdecl ... ok
compiling (cpp) carrdecl ... ok
compiling (c) cascmp ... ok
compiling (cpp) cascmp ... ok
compiling (c) cassign ... ok
compiling (cpp) cassign ... ok
compiling (c) casttoexttype ... ok
compiling (cpp) casttoexttype ... ok
compiling (c) cdefexternfromstar ... ok
compiling (cpp) cdefexternfromstar ... ok
compiling (c) cenum ... ok
compiling (cpp) cenum ... ok
compiling (c) cforfromloop ... ok
compiling (cpp) cforfromloop ... ok
compiling (c) classmethargdefault ... ok
compiling (cpp) classmethargdefault ... ok
compiling (c) cnamespec ... cnamespec.c:270: warning: ‘c_spam’ defined but not used
ok
compiling (cpp) cnamespec ... ok
compiling (c) cnumop ... ok
compiling (cpp) cnumop ... ok
compiling (c) coercearraytoptr ... ok
compiling (cpp) coercearraytoptr ... ok
compiling (c) coercetovoidptr ... ok
compiling (cpp) coercetovoidptr ... ok
compiling (c) complexbasetype ... ok
compiling (cpp) complexbasetype ... ok
compiling (c) constexpr ... ok
compiling (cpp) constexpr ... ok
compiling (c) coventry1 ... ok
compiling (cpp) coventry1 ... ok
compiling (c) cpdef ... ok
compiling (cpp) cpdef ... ok
compiling (c) cstructreturn ... ok
compiling (cpp) cstructreturn ... ok
compiling (c) ctypedef ... ok
compiling (cpp) ctypedef ... ok
compiling (c) ctypedefclass ... ok
compiling (cpp) ctypedefclass ... ok
compiling (c) ctypedefenum ... ok
compiling (cpp) ctypedefenum ... ok
compiling (c) ctypedefpubapi ... ok
compiling (cpp) ctypedefpubapi ... ok
compiling (c) ctypedefstruct ... ok
compiling (cpp) ctypedefstruct ... ok
compiling (c) ctypedefunion ... ok
compiling (cpp) ctypedefunion ... ok
compiling (c) cunsignedlong ... ok
compiling (cpp) cunsignedlong ... ok
compiling (c) cverylongtypes ... ok
compiling (cpp) cverylongtypes ... ok
compiling (c) declandimpl ... ok
compiling (cpp) declandimpl ... ok
compiling (c) declarations ... ok
compiling (cpp) declarations ... ok
compiling (c) del ... ok
compiling (cpp) del ... ok
compiling (c) delslice ... ok
compiling (cpp) delslice ... ok
compiling (c) docstrings ... ok
compiling (cpp) docstrings ... ok
compiling (c) doda1 ... doda1.c: In function ‘__pyx_f_5doda1_foo’:
doda1.c:285: warning: value computed is not used
ok
compiling (cpp) doda1 ... ok
compiling (c) dotted_cimport ... ok
compiling (cpp) dotted_cimport ... ok
compiling (c) drake1 ... ok
compiling (cpp) drake1 ... ok
compiling (c) emptytry ... ok
compiling (cpp) emptytry ... ok
compiling (c) enumintcompat ... ok
compiling (cpp) enumintcompat ... ok
compiling (c) eqcmp ... ok
compiling (cpp) eqcmp ... ok
compiling (c) ewing1 ... ok
compiling (cpp) ewing1 ... ok
compiling (c) ewing3 ... ok
compiling (cpp) ewing3 ... ok
compiling (c) ewing4 ... ok
compiling (cpp) ewing4 ... ok
compiling (c) ewing5 ... ok
compiling (cpp) ewing5 ... ok
compiling (c) ewing6 ... ok
compiling (cpp) ewing6 ... ok
compiling (c) ewing7 ... ok
compiling (cpp) ewing7 ... ok
compiling (c) ewing8 ... ok
compiling (cpp) ewing8 ... ok
compiling (c) ewing9 ... ok
compiling (cpp) ewing9 ... ok
compiling (c) excvalcheck ... ok
compiling (cpp) excvalcheck ... ok
compiling (c) excvaldecl ... ok
compiling (cpp) excvaldecl ... ok
compiling (c) excvalreturn ... ok
compiling (cpp) excvalreturn ... ok
compiling (c) extargdefault ... ok
compiling (cpp) extargdefault ... ok
compiling (c) extcmethcall ... ok
compiling (cpp) extcmethcall ... ok
compiling (c) extcoerce ... ok
compiling (cpp) extcoerce ... ok
compiling (c) extdelattr ... ok
compiling (cpp) extdelattr ... ok
compiling (c) extdelitem ... ok
compiling (cpp) extdelitem ... ok
compiling (c) extdelslice ... ok
compiling (cpp) extdelslice ... ok
compiling (c) extdescrdel ... ok
compiling (cpp) extdescrdel ... ok
compiling (c) extdescrget ... ok
compiling (cpp) extdescrget ... ok
compiling (c) extdescrset ... ok
compiling (cpp) extdescrset ... ok
compiling (c) extern ... ok
compiling (cpp) extern ... ok
compiling (c) extexttype ... ok
compiling (cpp) extexttype ... ok
compiling (c) extforward ... ok
compiling (cpp) extforward ... ok
compiling (c) extgetattr ... ok
compiling (cpp) extgetattr ... ok
compiling (c) extgetitem ... ok
compiling (cpp) extgetitem ... ok
compiling (c) exthash ... ok
compiling (cpp) exthash ... ok
compiling (c) extimported ... ok
compiling (cpp) extimported ... ok
compiling (c) extimportedsubtype ... ok
compiling (cpp) extimportedsubtype ... ok
compiling (c) extindex ... ok
compiling (cpp) extindex ... ok
compiling (c) extinheritdel ... ok
compiling (cpp) extinheritdel ... ok
compiling (c) extinheritset ... ok
compiling (cpp) extinheritset ... ok
compiling (c) extpropertyall ... ok
compiling (cpp) extpropertyall ... ok
compiling (c) extpropertydel ... ok
compiling (cpp) extpropertydel ... ok
compiling (c) extpropertydoc ... ok
compiling (cpp) extpropertydoc ... ok
compiling (c) extpropertyget ... ok
compiling (cpp) extpropertyget ... ok
compiling (c) extpropertyset ... ok
compiling (cpp) extpropertyset ... ok
compiling (c) extpymemberdef ... ok
compiling (cpp) extpymemberdef ... ok
compiling (c) extsetattr ... ok
compiling (cpp) extsetattr ... ok
compiling (c) extsetitem ... ok
compiling (cpp) extsetitem ... ok
compiling (c) extsetslice ... ok
compiling (cpp) extsetslice ... ok
compiling (c) for ... ok
compiling (cpp) for ... ok
compiling (c) forfromelse ... ok
compiling (cpp) forfromelse ... ok
compiling (c) formfeed ... ok
compiling (cpp) formfeed ... ok
compiling (c) fromimport ... ok
compiling (cpp) fromimport ... ok
compiling (c) funcptr ... funcptr.c:241: warning: ‘__pyx_f_7funcptr_grail’ defined but not used
ok
compiling (cpp) funcptr ... ok
compiling (c) gencall ... ok
compiling (cpp) gencall ... ok
compiling (c) globalonly ... ok
compiling (cpp) globalonly ... ok
compiling (c) globalstmt ... ok
compiling (cpp) globalstmt ... ok
compiling (c) globvardef ... ok
compiling (cpp) globvardef ... ok
compiling (c) gustafsson2 ... ok
compiling (cpp) gustafsson2 ... ok
compiling (c) hinsen2 ... ok
compiling (cpp) hinsen2 ... ok
compiling (c) huss2 ... ok
compiling (cpp) huss2 ... ok
compiling (c) ia_cdefblock ... ok
compiling (cpp) ia_cdefblock ... ok
compiling (c) import ... ok
compiling (cpp) import ... ok
compiling (c) index ... ok
compiling (cpp) index ... ok
compiling (c) indices ... ok
compiling (cpp) indices ... ok
compiling (c) ishimoto1 ... ok
compiling (cpp) ishimoto1 ... ok
compiling (c) ishimoto4 ... ok
compiling (cpp) ishimoto4 ... ok
compiling (c) jiba3 ... ok
compiling (cpp) jiba3 ... ok
compiling (c) jiba4 ... ok
compiling (cpp) jiba4 ... ok
compiling (c) jiba5 ... ok
compiling (cpp) jiba5 ... ok
compiling (c) jiba6 ... ok
compiling (cpp) jiba6 ... ok
compiling (c) johnson1 ... ok
compiling (cpp) johnson1 ... ok
compiling (c) johnson2 ... ok
compiling (cpp) johnson2 ... ok
compiling (c) khavkine1 ... ok
compiling (cpp) khavkine1 ... ok
compiling (c) kleckner1 ... ok
compiling (cpp) kleckner1 ... ok
compiling (c) lepage_2 ... ok
compiling (cpp) lepage_2 ... ok
compiling (c) longunsigned ... ok
compiling (cpp) longunsigned ... ok
compiling (c) magcmp ... ok
compiling (cpp) magcmp ... ok
compiling (c) nogil ... ok
compiling (cpp) nogil ... ok
compiling (c) nonctypedefclass ... ok
compiling (cpp) nonctypedefclass ... ok
compiling (c) none ... ok
compiling (cpp) none ... ok
compiling (c) notnonearg ... ok
compiling (cpp) notnonearg ... ok
compiling (c) nullptr ... ok
compiling (cpp) nullptr ... ok
compiling (c) omittedargnames ... ok
compiling (cpp) omittedargnames ... ok
compiling (c) pinard4 ... ok
compiling (cpp) pinard4 ... ok
compiling (c) pyclass ... ok
compiling (cpp) pyclass ... ok
compiling (c) pylong ... ok
compiling (cpp) pylong ... ok
compiling (c) r_pernici1 ... ok
compiling (cpp) r_pernici1 ... ok
compiling (c) signedtypes ... ok
compiling (cpp) signedtypes ... ok
compiling (c) slicex ... ok
compiling (cpp) slicex ... ok
compiling (c) specmethargdefault ... ok
compiling (cpp) specmethargdefault ... ok
compiling (c) specmethdocstring ... specmethdocstring.c:265: warning: ‘__pyx_doc_17specmethdocstring_1C___init__’ defined but not used
specmethdocstring.c:291: warning: ‘__pyx_doc_17specmethdocstring_1C_3foo___get__’ defined but not used
specmethdocstring.c:314: warning: ‘__pyx_doc_17specmethdocstring_1C_3foo___set__’ defined but not used
ok
compiling (cpp) specmethdocstring ... specmethdocstring.cpp:265: warning: ‘__pyx_doc_17specmethdocstring_1C___init__’ defined but not used
specmethdocstring.cpp:291: warning: ‘__pyx_doc_17specmethdocstring_1C_3foo___get__’ defined but not used
specmethdocstring.cpp:314: warning: ‘__pyx_doc_17specmethdocstring_1C_3foo___set__’ defined but not used
ok
compiling (c) specmethextarg ... ok
compiling (cpp) specmethextarg ... ok
compiling (c) traceback ... ok
compiling (cpp) traceback ... ok
compiling (c) tryexcept ... ok
compiling (cpp) tryexcept ... ok
compiling (c) tryfinally ... ok
compiling (cpp) tryfinally ... ok
compiling (c) typecast ... ok
compiling (cpp) typecast ... ok
compiling (c) types_and_names ... ok
compiling (cpp) types_and_names ... ok
compiling (c) watts2 ... ok
compiling (cpp) watts2 ... ok
compiling (c) while ... ok
compiling (cpp) while ... ok
compiling (c) withgil ... ok
compiling (cpp) withgil ... ok
compiling (c) callargs ... ok
compiling (c) cdefkwargs ... ok
compiling (c) cdefoptargs ... ok
compiling (c) cdefspecial ... ok
compiling (c) cmethbasematch ... ok
compiling (c) e_addop ... ok
compiling (c) e_argdefault ... ok
compiling (c) e_ass ... ok
compiling (c) e_assnone ... ok
compiling (c) e_badexcvaltype ... ok
compiling (c) e_badfuncargtype ... ok
compiling (c) e_badpyparam ... ok
compiling (c) e_badtypeuse ... ok
compiling (c) e_bitop ... ok
compiling (c) e_boolcoerce ... ok
compiling (c) e_bufaccess ... ok
compiling (c) e_bufaccess2 ... ok
compiling (c) e_callnonfunction ... ok
compiling (c) e_cdef_missing_declarator ... ok
compiling (c) e_cdefassign ... ok
compiling (c) e_cdefemptysue ... ok
compiling (c) e_cenum ... ok
compiling (c) e_cmethbasematch ... ok
compiling (c) e_cmp ... ok
compiling (c) e_cstruct ... ok
compiling (c) e_ctypedefforward ... ok
compiling (c) e_ctypedefornot ... ok
compiling (c) e_declarations ... ok
compiling (c) e_decorators ... ok
compiling (c) e_del ... ok
compiling (c) e_directives ... ok
compiling (c) e_exceptclause ... ok
compiling (c) e_excvalfunctype ... ok
compiling (c) e_extweakref ... ok
compiling (c) e_func_in_pxd ... ok
compiling (c) e_index ... ok
compiling (c) e_multass ... ok
compiling (c) e_nargs ... ok
compiling (c) e_nogilcmeth ... ok
compiling (c) e_nogilfunctype ... ok
compiling (c) e_notnone ... ok
compiling (c) e_notnone2 ... ok
compiling (c) e_numop ... ok
compiling (c) e_powop ... ok
compiling (c) e_pxdimpl ... ok
compiling (c) e_pyobinstruct ... ok
compiling (c) e_redeclmeth ... ok
compiling (c) e_return ... ok
compiling (c) e_sizeofincomplete ... ok
compiling (c) e_slice ... ok
compiling (c) e_strcoerce ... ok
compiling (c) e_subop ... ok
compiling (c) e_switch ... ok
compiling (c) e_tempcast ... ok
compiling (c) e_undefexttype ... ok
compiling (c) e_unop ... ok
compiling (c) e_while ... ok
compiling (c) empty ... ok
compiling (c) encoding ... ok
compiling (c) extclassattrsetting ... ok
compiling (c) futurebraces ... ok
compiling (c) invalid_cast ... ok
compiling (c) literal_lists ... ok
compiling (c) nogil ... ok
compiling (c) nogilcmeth ... ok
compiling (c) nogilfunctype ... ok
compiling (c) nonconst_def ... ok
compiling (c) se_badindent ... ok
compiling (c) se_badindent2 ... ok
compiling (c) se_conddef ... ok
compiling (c) se_mixtabspace ... ok
compiling (c) se_multass ... ok
compiling (c) se_nestdef ... ok
compiling (c) undefinedname ... ok
compiling (c) void_as_arg ... ok
compiling (c) and running __getattribute__ ... running doctests in __getattribute__ ...
Doctest: __getattribute__ ... ok
compiling (cpp) and running __getattribute__ ... running doctests in __getattribute__ ...
Doctest: __getattribute__ ... ok
compiling (c) and running __getattribute_subclasses__ ... running doctests in __getattribute_subclasses__ ...
Doctest: __getattribute_subclasses__ ... ok
compiling (cpp) and running __getattribute_subclasses__ ... running doctests in __getattribute_subclasses__ ...
Doctest: __getattribute_subclasses__ ... ok
compiling (c) and running addloop ... running doctests in addloop ...
Doctest: addloop ... ok
compiling (cpp) and running addloop ... running doctests in addloop ...
Doctest: addloop ... ok
compiling (c) and running addop ... running doctests in addop ...
Doctest: addop ... ok
compiling (cpp) and running addop ... running doctests in addop ...
Doctest: addop ... ok
compiling (c) and running addressof ... running doctests in addressof ...
Doctest: addressof ... ok
compiling (cpp) and running addressof ... running doctests in addressof ...
Doctest: addressof ... ok
compiling (c) and running altet2 ... running doctests in altet2 ...
Doctest: altet2 ... ok
compiling (cpp) and running altet2 ... running doctests in altet2 ...
Doctest: altet2 ... ok
compiling (c) and running and ... running doctests in and ...
Doctest: and ... ok
compiling (cpp) and running and ... running doctests in and ...
Doctest: and ... ok
compiling (c) and running anonymousenum ... running doctests in anonymousenum ...
Doctest: anonymousenum ... ok
compiling (cpp) and running anonymousenum ... running doctests in anonymousenum ...
Doctest: anonymousenum ... ok
compiling (c) and running append ... running doctests in append ...
Doctest: append ... ok
compiling (cpp) and running append ... running doctests in append ...
Doctest: append ... ok
compiling (c) and running arrayassign ... running doctests in arrayassign ...
Doctest: arrayassign ... ok
compiling (cpp) and running arrayassign ... running doctests in arrayassign ...
Doctest: arrayassign ... ok
compiling (c) and running ass2cglobal ... running doctests in ass2cglobal ...
Doctest: ass2cglobal ... ok
compiling (cpp) and running ass2cglobal ... running doctests in ass2cglobal ...
Doctest: ass2cglobal ... ok
compiling (c) and running ass2global ... running doctests in ass2global ...
Doctest: ass2global ... ok
compiling (cpp) and running ass2global ... running doctests in ass2global ...
Doctest: ass2global ... ok
compiling (c) and running ass2local ... running doctests in ass2local ...
Doctest: ass2local ... ok
compiling (cpp) and running ass2local ... running doctests in ass2local ...
Doctest: ass2local ... ok
compiling (c) and running assert ... running doctests in assert ...
Doctest: assert ... ok
compiling (cpp) and running assert ... running doctests in assert ...
Doctest: assert ... ok
compiling (c) and running attr ... running doctests in attr ...
Doctest: attr ... ok
compiling (cpp) and running attr ... running doctests in attr ...
Doctest: attr ... ok
compiling (c) and running baas3 ... running doctests in baas3 ...
Doctest: baas3 ... ok
compiling (cpp) and running baas3 ... running doctests in baas3 ...
Doctest: baas3 ... ok
compiling (c) and running backquote ... running doctests in backquote ...
Doctest: backquote ... ok
compiling (cpp) and running backquote ... running doctests in backquote ...
Doctest: backquote ... ok
compiling (c) and running behnel1 ... behnel1.c: In function ‘__pyx_f_7behnel1_spam’:
behnel1.c:337: warning: value computed is not used
running doctests in behnel1 ...
Doctest: behnel1 ... ok
compiling (cpp) and running behnel1 ... running doctests in behnel1 ...
Doctest: behnel1 ... ok
compiling (c) and running behnel2 ... running doctests in behnel2 ...
Doctest: behnel2 ... ok
compiling (cpp) and running behnel2 ... running doctests in behnel2 ...
Doctest: behnel2 ... ok
compiling (c) and running behnel3 ... running doctests in behnel3 ...
Doctest: behnel3 ... ok
compiling (cpp) and running behnel3 ... running doctests in behnel3 ...
Doctest: behnel3 ... ok
compiling (c) and running big_indices ... running doctests in big_indices ...
Doctest: big_indices ... ok
compiling (cpp) and running big_indices ... running doctests in big_indices ...
Doctest: big_indices ... ok
compiling (c) and running bint ... running doctests in bint ...
Doctest: bint ... ok
compiling (cpp) and running bint ... running doctests in bint ...
Doctest: bint ... ok
compiling (c) and running bishop1 ... running doctests in bishop1 ...
Doctest: bishop1 ... ok
compiling (cpp) and running bishop1 ... running doctests in bishop1 ...
Doctest: bishop1 ... ok
compiling (c) and running bishop2 ... running doctests in bishop2 ...
Doctest: bishop2 ... ok
compiling (cpp) and running bishop2 ... running doctests in bishop2 ...
Doctest: bishop2 ... ok
compiling (c) and running boolop ... running doctests in boolop ...
Doctest: boolop ... ok
compiling (cpp) and running boolop ... running doctests in boolop ...
Doctest: boolop ... ok
compiling (c) and running bufaccess ... bufaccess.c: In function ‘__pyx_pf_9bufaccess_printbuf’:
bufaccess.c:1458: warning: unused variable ‘__pyx_boffset_1_buf’
bufaccess.c:1457: warning: unused variable ‘__pyx_boffset_0_buf’
bufaccess.c:1456: warning: unused variable ‘__pyx_bshape_1_buf’
bufaccess.c:1455: warning: unused variable ‘__pyx_bshape_0_buf’
bufaccess.c:1454: warning: unused variable ‘__pyx_bstride_1_buf’
bufaccess.c:1453: warning: unused variable ‘__pyx_bstride_0_buf’
running doctests in bufaccess ...
Doctest: bufaccess.__test__.acquire_failure1 ... ok
Doctest: bufaccess.__test__.acquire_failure2 ... ok
Doctest: bufaccess.__test__.acquire_failure3 ... ok
Doctest: bufaccess.__test__.acquire_failure4 ... ok
Doctest: bufaccess.__test__.acquire_failure5 ... ok
Doctest: bufaccess.__test__.acquire_nonbuffer1 ... ok
Doctest: bufaccess.__test__.acquire_nonbuffer2 ... ok
Doctest: bufaccess.__test__.acquire_raise ... ok
Doctest: bufaccess.__test__.acquire_release ... ok
Doctest: bufaccess.__test__.alignment_string ... ok
Doctest: bufaccess.__test__.as_argument ... ok
Doctest: bufaccess.__test__.as_argument_defval ... ok
Doctest: bufaccess.__test__.assign_temporary_to_object ... ok
Doctest: bufaccess.__test__.assign_to_object ... ok
Doctest: bufaccess.__test__.basic_struct ... ok
Doctest: bufaccess.__test__.bufdefaults1 ... ok
Doctest: bufaccess.__test__.buffer_cast ... ok
Doctest: bufaccess.__test__.buffer_cast_fails ... ok
Doctest: bufaccess.__test__.c_contig ... ok
Doctest: bufaccess.__test__.c_contig_2d ... ok
Doctest: bufaccess.__test__.cascaded_buffer_assignment ... ok
Doctest: bufaccess.__test__.cdef_assignment ... ok
Doctest: bufaccess.__test__.complex_struct_dtype ... ok
Doctest: bufaccess.__test__.complex_struct_inplace ... ok
Doctest: bufaccess.__test__.explicitly_release_buffer ... ok
Doctest: bufaccess.__test__.f_contig ... ok
Doctest: bufaccess.__test__.f_contig_2d ... ok
Doctest: bufaccess.__test__.fmtst1 ... ok
Doctest: bufaccess.__test__.fmtst2 ... ok
Doctest: bufaccess.__test__.forin_assignment ... ok
Doctest: bufaccess.__test__.get_int_2d ... ok
Doctest: bufaccess.__test__.get_int_2d_uintindex ... ok
Doctest: bufaccess.__test__.inplace_operators ... ok
Doctest: bufaccess.__test__.int_and_long_are_same ... ok
Doctest: bufaccess.__test__.list_comprehension ... ok
Doctest: bufaccess.__test__.mixed_complex_struct_dtype ... ok
Doctest: bufaccess.__test__.mixed_get ... ok
Doctest: bufaccess.__test__.ndim1 ... ok
Doctest: bufaccess.__test__.nested_struct ... ok
Doctest: bufaccess.__test__.no_negative_indices ... ok
Doctest: bufaccess.__test__.printbuf_float ... ok
Doctest: bufaccess.__test__.printbuf_int_2d ... ok
Doctest: bufaccess.__test__.printbuf_object ... ok
Doctest: bufaccess.__test__.printbuf_td_cy_int ... ok
Doctest: bufaccess.__test__.printbuf_td_h_cy_short ... ok
Doctest: bufaccess.__test__.printbuf_td_h_double ... ok
Doctest: bufaccess.__test__.printbuf_td_h_short ... ok
Doctest: bufaccess.__test__.printbuf_td_h_ushort ... ok
Doctest: bufaccess.__test__.readonly ... ok
Doctest: bufaccess.__test__.safe_get ... ok
Doctest: bufaccess.__test__.set_int_2d ... ok
Doctest: bufaccess.__test__.strided ... ok
Doctest: bufaccess.__test__.tuple_buffer_assignment1 ... ok
Doctest: bufaccess.__test__.tuple_buffer_assignment2 ... ok
Doctest: bufaccess.__test__.typedbuffer1 ... ok
Doctest: bufaccess.__test__.typedbuffer2 ... ok
Doctest: bufaccess.__test__.unsafe_get ... ok
Doctest: bufaccess.__test__.unsafe_get_nonegative ... ok
Doctest: bufaccess.__test__.writable ... ok
Doctest: bufaccess.__test__.wrong_string ... ok
compiling (cpp) and running bufaccess ... bufaccess.cpp: In function ‘PyObject* __pyx_pf_9bufaccess_printbuf(PyObject*, PyObject*)’:
bufaccess.cpp:1453: warning: unused variable ‘__pyx_bstride_0_buf’
bufaccess.cpp:1454: warning: unused variable ‘__pyx_bstride_1_buf’
bufaccess.cpp:1455: warning: unused variable ‘__pyx_bshape_0_buf’
bufaccess.cpp:1456: warning: unused variable ‘__pyx_bshape_1_buf’
bufaccess.cpp:1457: warning: unused variable ‘__pyx_boffset_0_buf’
bufaccess.cpp:1458: warning: unused variable ‘__pyx_boffset_1_buf’
bufaccess.cpp: In function ‘PyObject* __pyx_pf_9bufaccess_get_int_2d_uintindex(PyObject*, PyObject*, PyObject*)’:
bufaccess.cpp:5647: warning: comparison between signed and unsigned integer expressions
bufaccess.cpp:5648: warning: comparison between signed and unsigned integer expressions
running doctests in bufaccess ...
Doctest: bufaccess.__test__.acquire_failure1 ... ok
Doctest: bufaccess.__test__.acquire_failure2 ... ok
Doctest: bufaccess.__test__.acquire_failure3 ... ok
Doctest: bufaccess.__test__.acquire_failure4 ... ok
Doctest: bufaccess.__test__.acquire_failure5 ... ok
Doctest: bufaccess.__test__.acquire_nonbuffer1 ... ok
Doctest: bufaccess.__test__.acquire_nonbuffer2 ... ok
Doctest: bufaccess.__test__.acquire_raise ... ok
Doctest: bufaccess.__test__.acquire_release ... ok
Doctest: bufaccess.__test__.alignment_string ... ok
Doctest: bufaccess.__test__.as_argument ... ok
Doctest: bufaccess.__test__.as_argument_defval ... ok
Doctest: bufaccess.__test__.assign_temporary_to_object ... ok
Doctest: bufaccess.__test__.assign_to_object ... ok
Doctest: bufaccess.__test__.basic_struct ... ok
Doctest: bufaccess.__test__.bufdefaults1 ... ok
Doctest: bufaccess.__test__.buffer_cast ... ok
Doctest: bufaccess.__test__.buffer_cast_fails ... ok
Doctest: bufaccess.__test__.c_contig ... ok
Doctest: bufaccess.__test__.c_contig_2d ... ok
Doctest: bufaccess.__test__.cascaded_buffer_assignment ... ok
Doctest: bufaccess.__test__.cdef_assignment ... ok
Doctest: bufaccess.__test__.complex_struct_dtype ... ok
Doctest: bufaccess.__test__.complex_struct_inplace ... ok
Doctest: bufaccess.__test__.explicitly_release_buffer ... ok
Doctest: bufaccess.__test__.f_contig ... ok
Doctest: bufaccess.__test__.f_contig_2d ... ok
Doctest: bufaccess.__test__.fmtst1 ... ok
Doctest: bufaccess.__test__.fmtst2 ... ok
Doctest: bufaccess.__test__.forin_assignment ... ok
Doctest: bufaccess.__test__.get_int_2d ... ok
Doctest: bufaccess.__test__.get_int_2d_uintindex ... ok
Doctest: bufaccess.__test__.inplace_operators ... ok
Doctest: bufaccess.__test__.int_and_long_are_same ... ok
Doctest: bufaccess.__test__.list_comprehension ... ok
Doctest: bufaccess.__test__.mixed_complex_struct_dtype ... ok
Doctest: bufaccess.__test__.mixed_get ... ok
Doctest: bufaccess.__test__.ndim1 ... ok
Doctest: bufaccess.__test__.nested_struct ... ok
Doctest: bufaccess.__test__.no_negative_indices ... ok
Doctest: bufaccess.__test__.printbuf_float ... ok
Doctest: bufaccess.__test__.printbuf_int_2d ... ok
Doctest: bufaccess.__test__.printbuf_object ... ok
Doctest: bufaccess.__test__.printbuf_td_cy_int ... ok
Doctest: bufaccess.__test__.printbuf_td_h_cy_short ... ok
Doctest: bufaccess.__test__.printbuf_td_h_double ... ok
Doctest: bufaccess.__test__.printbuf_td_h_short ... ok
Doctest: bufaccess.__test__.printbuf_td_h_ushort ... ok
Doctest: bufaccess.__test__.readonly ... ok
Doctest: bufaccess.__test__.safe_get ... ok
Doctest: bufaccess.__test__.set_int_2d ... ok
Doctest: bufaccess.__test__.strided ... ok
Doctest: bufaccess.__test__.tuple_buffer_assignment1 ... ok
Doctest: bufaccess.__test__.tuple_buffer_assignment2 ... ok
Doctest: bufaccess.__test__.typedbuffer1 ... ok
Doctest: bufaccess.__test__.typedbuffer2 ... ok
Doctest: bufaccess.__test__.unsafe_get ... ok
Doctest: bufaccess.__test__.unsafe_get_nonegative ... ok
Doctest: bufaccess.__test__.writable ... ok
Doctest: bufaccess.__test__.wrong_string ... ok
compiling (c) and running buffer ... buffer.c:329: warning: ‘__pyx_pf_6buffer_10TestBuffer___getbuffer__’ defined but not used
buffer.c:478: warning: ‘__pyx_pf_6buffer_17TestBufferRelease___releasebuffer__’ defined but not used
running doctests in buffer ...
Doctest: buffer ... ok
compiling (cpp) and running buffer ... buffer.cpp:329: warning: ‘int __pyx_pf_6buffer_10TestBuffer___getbuffer__(PyObject*, Py_buffer*, int)’ defined but not used
buffer.cpp:478: warning: ‘void __pyx_pf_6buffer_17TestBufferRelease___releasebuffer__(PyObject*, Py_buffer*)’ defined but not used
running doctests in buffer ...
Doctest: buffer ... ok
compiling (c) and running builtinnames ... running doctests in builtinnames ...
Doctest: builtinnames ... ok
compiling (cpp) and running builtinnames ... running doctests in builtinnames ...
Doctest: builtinnames ... ok
compiling (c) and running call_crash ... call_crash.c: In function ‘__pyx_f_10call_crash_first_call’:
call_crash.c:443: warning: value computed is not used
running doctests in call_crash ...
Doctest: call_crash ... ok
compiling (cpp) and running call_crash ... running doctests in call_crash ...
Doctest: call_crash ... ok
compiling (c) and running callargs ... running doctests in callargs ...
Doctest: callargs ... ok
compiling (cpp) and running callargs ... running doctests in callargs ...
Doctest: callargs ... ok
compiling (c) and running carrays ... running doctests in carrays ...
Doctest: carrays ... ok
compiling (cpp) and running carrays ... running doctests in carrays ...
Doctest: carrays ... ok
compiling (c) and running cdef_opt ... running doctests in cdef_opt ...
Doctest: cdef_opt ... ok
compiling (cpp) and running cdef_opt ... running doctests in cdef_opt ...
Doctest: cdef_opt ... ok
compiling (c) and running cdefassign ... running doctests in cdefassign ...
Doctest: cdefassign ... ok
compiling (cpp) and running cdefassign ... running doctests in cdefassign ...
Doctest: cdefassign ... ok
compiling (c) and running cdefoptargs ... running doctests in cdefoptargs ...
Doctest: cdefoptargs ... ok
compiling (cpp) and running cdefoptargs ... running doctests in cdefoptargs ...
Doctest: cdefoptargs ... ok
compiling (c) and running cfuncdef ... running doctests in cfuncdef ...
Doctest: cfuncdef ... ok
compiling (cpp) and running cfuncdef ... running doctests in cfuncdef ...
Doctest: cfuncdef ... ok
compiling (c) and running charencoding ... running doctests in charencoding ...
Doctest: charencoding ... FAIL
compiling (cpp) and running charencoding ... running doctests in charencoding ...
Doctest: charencoding ... FAIL
compiling (c) and running charescape ... running doctests in charescape ...
Doctest: charescape ... ok
compiling (cpp) and running charescape ... running doctests in charescape ...
Doctest: charescape ... ok
compiling (c) and running cintop ... running doctests in cintop ...
Doctest: cintop ... ok
compiling (cpp) and running cintop ... running doctests in cintop ...
Doctest: cintop ... ok
compiling (c) and running classbody_exec ... running doctests in classbody_exec ...
Doctest: classbody_exec ... ok
compiling (cpp) and running classbody_exec ... running doctests in classbody_exec ...
Doctest: classbody_exec ... ok
compiling (c) and running classkwonlyargs ... running doctests in classkwonlyargs ...
Doctest: classkwonlyargs ... ok
compiling (cpp) and running classkwonlyargs ... running doctests in classkwonlyargs ...
Doctest: classkwonlyargs ... ok
compiling (c) and running classmethod ... running doctests in classmethod ...
Doctest: classmethod ... ok
compiling (cpp) and running classmethod ... running doctests in classmethod ...
Doctest: classmethod ... ok
compiling (c) and running classpass ... running doctests in classpass ...
Doctest: classpass ... ok
compiling (cpp) and running classpass ... running doctests in classpass ...
Doctest: classpass ... ok
compiling (c) and running compiledef ... running doctests in compiledef ...
Doctest: compiledef ... ok
compiling (cpp) and running compiledef ... running doctests in compiledef ...
Doctest: compiledef ... ok
compiling (c) and running concatcstrings ... running doctests in concatcstrings ...
Doctest: concatcstrings ... ok
compiling (cpp) and running concatcstrings ... running doctests in concatcstrings ...
Doctest: concatcstrings ... ok
compiling (c) and running consts ... running doctests in consts ...
Doctest: consts ... ok
compiling (cpp) and running consts ... running doctests in consts ...
Doctest: consts ... ok
compiling (c) and running cstringmeth ... running doctests in cstringmeth ...
Doctest: cstringmeth ... ok
compiling (cpp) and running cstringmeth ... running doctests in cstringmeth ...
Doctest: cstringmeth ... ok
compiling (c) and running cstringmul ... running doctests in cstringmul ...
Doctest: cstringmul ... ok
compiling (cpp) and running cstringmul ... running doctests in cstringmul ...
Doctest: cstringmul ... ok
compiling (c) and running cstruct ... running doctests in cstruct ...
Doctest: cstruct ... ok
compiling (cpp) and running cstruct ... running doctests in cstruct ...
Doctest: cstruct ... ok
compiling (c) and running ct_DEF ... running doctests in ct_DEF ...
Doctest: ct_DEF ... ok
compiling (cpp) and running ct_DEF ... running doctests in ct_DEF ...
Doctest: ct_DEF ... ok
compiling (c) and running ct_IF ... running doctests in ct_IF ...
Doctest: ct_IF ... ok
compiling (cpp) and running ct_IF ... running doctests in ct_IF ...
Doctest: ct_IF ... ok
compiling (c) and running cunion ... running doctests in cunion ...
Doctest: cunion ... ok
compiling (cpp) and running cunion ... running doctests in cunion ...
Doctest: cunion ... ok
compiling (c) and running cvardef ... running doctests in cvardef ...
Doctest: cvardef ... ok
compiling (cpp) and running cvardef ... running doctests in cvardef ...
Doctest: cvardef ... ok
compiling (c) and running decorators ... running doctests in decorators ...
Doctest: decorators ... ok
compiling (cpp) and running decorators ... running doctests in decorators ...
Doctest: decorators ... ok
compiling (c) and running dict ... running doctests in dict ...
Doctest: dict ... ok
compiling (cpp) and running dict ... running doctests in dict ...
Doctest: dict ... ok
compiling (c) and running dictcomp ... running doctests in dictcomp ...
Doctest: dictcomp ... ok
compiling (cpp) and running dictcomp ... running doctests in dictcomp ...
Doctest: dictcomp ... ok
compiling (c) and running dictintindex ... running doctests in dictintindex ...
Doctest: dictintindex ... ok
compiling (cpp) and running dictintindex ... running doctests in dictintindex ...
Doctest: dictintindex ... ok
compiling (c) and running dietachmayer1 ... running doctests in dietachmayer1 ...
Doctest: dietachmayer1 ... ok
compiling (cpp) and running dietachmayer1 ... running doctests in dietachmayer1 ...
Doctest: dietachmayer1 ... ok
compiling (c) and running embedsignatures ... embedsignatures.c: In function ‘__pyx_f_15embedsignatures_3Ext_clone’:
embedsignatures.c:1701: warning: value computed is not used
running doctests in embedsignatures ...
Doctest: embedsignatures ... ok
compiling (cpp) and running embedsignatures ... running doctests in embedsignatures ...
Doctest: embedsignatures ... ok
compiling (c) and running exarkun ... running doctests in exarkun ...
Doctest: exarkun ... ok
compiling (cpp) and running exarkun ... running doctests in exarkun ...
Doctest: exarkun ... ok
compiling (c) and running exceptionpropagation ... running doctests in exceptionpropagation ...
Doctest: exceptionpropagation ... ok
compiling (cpp) and running exceptionpropagation ... running doctests in exceptionpropagation ...
Doctest: exceptionpropagation ... ok
compiling (c) and running exceptionrefcount ... running doctests in exceptionrefcount ...
Doctest: exceptionrefcount ... ok
compiling (cpp) and running exceptionrefcount ... running doctests in exceptionrefcount ...
Doctest: exceptionrefcount ... ok
compiling (c) and running exectest ... running doctests in exectest ...
Doctest: exectest ... ok
compiling (cpp) and running exectest ... running doctests in exectest ...
Doctest: exectest ... ok
compiling (c) and running extclassbody ... running doctests in extclassbody ...
Doctest: extclassbody ... ok
compiling (cpp) and running extclassbody ... running doctests in extclassbody ...
Doctest: extclassbody ... ok
compiling (c) and running extclasspass ... running doctests in extclasspass ...
Doctest: extclasspass ... ok
compiling (cpp) and running extclasspass ... running doctests in extclasspass ...
Doctest: extclasspass ... ok
compiling (c) and running extcmethod ... running doctests in extcmethod ...
Doctest: extcmethod ... ok
compiling (cpp) and running extcmethod ... running doctests in extcmethod ...
Doctest: extcmethod ... ok
compiling (c) and running extinherit ... running doctests in extinherit ...
Doctest: extinherit ... ok
compiling (cpp) and running extinherit ... running doctests in extinherit ...
Doctest: extinherit ... ok
compiling (c) and running extinstantiate ... running doctests in extinstantiate ...
Doctest: extinstantiate ... ok
compiling (cpp) and running extinstantiate ... running doctests in extinstantiate ...
Doctest: extinstantiate ... ok
compiling (c) and running extkwonlyargs ... running doctests in extkwonlyargs ...
Doctest: extkwonlyargs ... ok
compiling (cpp) and running extkwonlyargs ... running doctests in extkwonlyargs ...
Doctest: extkwonlyargs ... ok
compiling (c) and running extlen ... running doctests in extlen ...
Doctest: extlen ... ok
compiling (cpp) and running extlen ... running doctests in extlen ...
Doctest: extlen ... ok
compiling (c) and running extmember ... running doctests in extmember ...
Doctest: extmember ... ok
compiling (cpp) and running extmember ... running doctests in extmember ...
Doctest: extmember ... ok
compiling (c) and running extpropertyref ... running doctests in extpropertyref ...
Doctest: extpropertyref ... ok
compiling (cpp) and running extpropertyref ... running doctests in extpropertyref ...
Doctest: extpropertyref ... ok
compiling (c) and running extstarargs ... running doctests in extstarargs ...
Doctest: extstarargs ... ok
compiling (cpp) and running extstarargs ... running doctests in extstarargs ...
Doctest: extstarargs ... ok
compiling (c) and running exttype ... running doctests in exttype ...
Doctest: exttype ... ok
compiling (cpp) and running exttype ... running doctests in exttype ...
Doctest: exttype ... ok
compiling (c) and running filenames ... running doctests in filenames ...
Doctest: filenames ... ok
compiling (cpp) and running filenames ... running doctests in filenames ...
Doctest: filenames ... ok
compiling (c) and running flatin ... running doctests in flatin ...
Doctest: flatin ... ok
compiling (cpp) and running flatin ... running doctests in flatin ...
Doctest: flatin ... ok
compiling (c) and running fmod ... running doctests in fmod ...
Doctest: fmod ... ok
compiling (cpp) and running fmod ... running doctests in fmod ...
Doctest: fmod ... ok
compiling (c) and running forfrom ... running doctests in forfrom ...
Doctest: forfrom ... ok
compiling (cpp) and running forfrom ... running doctests in forfrom ...
Doctest: forfrom ... ok
compiling (c) and running funcexcept ... running doctests in funcexcept ...
Doctest: funcexcept ... ok
compiling (cpp) and running funcexcept ... running doctests in funcexcept ...
Doctest: funcexcept ... ok
compiling (c) and running funcexceptchained ... running doctests in funcexceptchained ...
Doctest: funcexceptchained ... ok
compiling (cpp) and running funcexceptchained ... running doctests in funcexceptchained ...
Doctest: funcexceptchained ... ok
compiling (c) and running funcexceptcypy ... running doctests in funcexceptcypy ...
Doctest: funcexceptcypy ... ok
compiling (cpp) and running funcexceptcypy ... running doctests in funcexceptcypy ...
Doctest: funcexceptcypy ... ok
compiling (c) and running funcexceptreturn ... running doctests in funcexceptreturn ...
Doctest: funcexceptreturn ... ok
compiling (cpp) and running funcexceptreturn ... running doctests in funcexceptreturn ...
Doctest: funcexceptreturn ... ok
compiling (c) and running future_division ... running doctests in future_division ...
Doctest: future_division ... ok
compiling (cpp) and running future_division ... running doctests in future_division ...
Doctest: future_division ... ok
compiling (c) and running future_unicode_literals ... running doctests in future_unicode_literals ...
Doctest: future_unicode_literals ... ok
compiling (cpp) and running future_unicode_literals ... running doctests in future_unicode_literals ...
Doctest: future_unicode_literals ... ok
compiling (c) and running getattr3call ... running doctests in getattr3call ...
Doctest: getattr3call ... ok
compiling (cpp) and running getattr3call ... running doctests in getattr3call ...
Doctest: getattr3call ... ok
compiling (c) and running if ... running doctests in if ...
Doctest: if ... ok
compiling (cpp) and running if ... running doctests in if ...
Doctest: if ... ok
compiling (c) and running importas ... running doctests in importas ...
Doctest: importas ... ok
compiling (cpp) and running importas ... running doctests in importas ...
Doctest: importas ... ok
compiling (c) and running importfrom ... running doctests in importfrom ...
Doctest: importfrom ... ok
compiling (cpp) and running importfrom ... running doctests in importfrom ...
Doctest: importfrom ... ok
compiling (c) and running include ... running doctests in include ...
Doctest: include ... ok
compiling (cpp) and running include ... running doctests in include ...
Doctest: include ... ok
compiling (c) and running inhcmethcall ... running doctests in inhcmethcall ...
Doctest: inhcmethcall ... ok
compiling (cpp) and running inhcmethcall ... running doctests in inhcmethcall ...
Doctest: inhcmethcall ... ok
compiling (c) and running inline ... running doctests in inline ...
Doctest: inline ... ok
compiling (cpp) and running inline ... running doctests in inline ...
Doctest: inline ... ok
compiling (c) and running inlinepxd ... running doctests in inlinepxd ...
Doctest: inlinepxd ... ok
compiling (cpp) and running inlinepxd ... running doctests in inlinepxd ...
Doctest: inlinepxd ... ok
compiling (c) and running inop ... running doctests in inop ...
Doctest: inop ... ok
compiling (cpp) and running inop ... running doctests in inop ...
Doctest: inop ... ok
compiling (c) and running inplace ... running doctests in inplace ...
Doctest: inplace ... ok
compiling (cpp) and running inplace ... running doctests in inplace ...
Doctest: inplace ... ok
compiling (c) and running int_literals ... running doctests in int_literals ...
Doctest: int_literals ... ok
compiling (cpp) and running int_literals ... running doctests in int_literals ...
Doctest: int_literals ... ok
compiling (c) and running ishimoto2 ... running doctests in ishimoto2 ...
Doctest: ishimoto2 ... ok
compiling (cpp) and running ishimoto2 ... running doctests in ishimoto2 ...
Doctest: ishimoto2 ... ok
compiling (c) and running ishimoto3 ... running doctests in ishimoto3 ...
Doctest: ishimoto3 ... ok
compiling (cpp) and running ishimoto3 ... running doctests in ishimoto3 ...
Doctest: ishimoto3 ... ok
compiling (c) and running isinstance ... running doctests in isinstance ...
Doctest: isinstance ... ok
compiling (cpp) and running isinstance ... running doctests in isinstance ...
Doctest: isinstance ... ok
compiling (c) and running isnonebool ... running doctests in isnonebool ...
Doctest: isnonebool ... ok
compiling (cpp) and running isnonebool ... running doctests in isnonebool ...
Doctest: isnonebool ... ok
compiling (c) and running iteratorexception ... running doctests in iteratorexception ...
Doctest: iteratorexception ... ok
compiling (cpp) and running iteratorexception ... running doctests in iteratorexception ...
Doctest: iteratorexception ... ok
compiling (c) and running iterdict ... running doctests in iterdict ...
Doctest: iterdict ... ok
compiling (cpp) and running iterdict ... running doctests in iterdict ...
Doctest: iterdict ... ok
compiling (c) and running jarausch1 ... running doctests in jarausch1 ...
Doctest: jarausch1 ... ok
compiling (cpp) and running jarausch1 ... running doctests in jarausch1 ...
Doctest: jarausch1 ... ok
compiling (c) and running king1 ... running doctests in king1 ...
Doctest: king1 ... ok
compiling (cpp) and running king1 ... running doctests in king1 ...
Doctest: king1 ... ok
compiling (c) and running kostyrka ... running doctests in kostyrka ...
Doctest: kostyrka ... ok
compiling (cpp) and running kostyrka ... running doctests in kostyrka ...
Doctest: kostyrka ... ok
compiling (c) and running kostyrka2 ... running doctests in kostyrka2 ...
Doctest: kostyrka2 ... ok
compiling (cpp) and running kostyrka2 ... running doctests in kostyrka2 ...
Doctest: kostyrka2 ... ok
compiling (c) and running kwargproblems ... running doctests in kwargproblems ...
Doctest: kwargproblems ... ok
compiling (cpp) and running kwargproblems ... running doctests in kwargproblems ...
Doctest: kwargproblems ... ok
compiling (c) and running kwonlyargs ... running doctests in kwonlyargs ...
Doctest: kwonlyargs ... ok
compiling (cpp) and running kwonlyargs ... running doctests in kwonlyargs ...
Doctest: kwonlyargs ... ok
compiling (c) and running kwonlyargscall ... running doctests in kwonlyargscall ...
Doctest: kwonlyargscall ... ok
compiling (cpp) and running kwonlyargscall ... running doctests in kwonlyargscall ...
Doctest: kwonlyargscall ... ok
compiling (c) and running lepage_1 ... running doctests in lepage_1 ...
Doctest: lepage_1 ... ok
compiling (cpp) and running lepage_1 ... running doctests in lepage_1 ...
Doctest: lepage_1 ... ok
compiling (c) and running list ... running doctests in list ...
Doctest: list ... ok
compiling (cpp) and running list ... running doctests in list ...
Doctest: list ... ok
compiling (c) and running listcomp ... running doctests in listcomp ...
Doctest: listcomp ... ok
compiling (cpp) and running listcomp ... running doctests in listcomp ...
Doctest: listcomp ... ok
compiling (c) and running literal_lists ... running doctests in literal_lists ...
Doctest: literal_lists ... ok
compiling (cpp) and running literal_lists ... running doctests in literal_lists ...
Doctest: literal_lists ... ok
compiling (c) and running literals ... running doctests in literals ...
Doctest: literals ... ok
compiling (cpp) and running literals ... running doctests in literals ...
Doctest: literals ... ok
compiling (c) and running literalslice ... running doctests in literalslice ...
Doctest: literalslice ... ok
compiling (cpp) and running literalslice ... running doctests in literalslice ...
Doctest: literalslice ... ok
compiling (c) and running locals ... running doctests in locals ...
Doctest: locals ... ok
compiling (cpp) and running locals ... running doctests in locals ...
Doctest: locals ... ok
compiling (c) and running longlongindex ... running doctests in longlongindex ...
Doctest: longlongindex ... ok
compiling (cpp) and running longlongindex ... running doctests in longlongindex ...
Doctest: longlongindex ... ok
compiling (c) and running menten1 ... running doctests in menten1 ...
Doctest: menten1 ... ok
compiling (cpp) and running menten1 ... running doctests in menten1 ...
Doctest: menten1 ... ok
compiling (c) and running modbody ... running doctests in modbody ...
Doctest: modbody ... ok
compiling (cpp) and running modbody ... running doctests in modbody ...
Doctest: modbody ... ok
compiling (c) and running modop ... running doctests in modop ...
Doctest: modop ... ok
compiling (cpp) and running modop ... running doctests in modop ...
Doctest: modop ... ok
compiling (c) and running moduletryexcept ... running doctests in moduletryexcept ...
Doctest: moduletryexcept ... ok
compiling (cpp) and running moduletryexcept ... running doctests in moduletryexcept ...
Doctest: moduletryexcept ... ok
compiling (c) and running multass ... running doctests in multass ...
Doctest: multass ... ok
compiling (cpp) and running multass ... running doctests in multass ...
Doctest: multass ... ok
compiling (c) and running new_style_exceptions ... running doctests in new_style_exceptions ...
Doctest: new_style_exceptions ... ok
compiling (cpp) and running new_style_exceptions ... running doctests in new_style_exceptions ...
Doctest: new_style_exceptions ... ok
compiling (c) and running nogil ... running doctests in nogil ...
Doctest: nogil ... ok
compiling (cpp) and running nogil ... running doctests in nogil ...
Doctest: nogil ... ok
compiling (c) and running nonecheck ... running doctests in nonecheck ...
Doctest: nonecheck ... ok
compiling (cpp) and running nonecheck ... running doctests in nonecheck ...
Doctest: nonecheck ... ok
compiling (c) and running nononetypecheck ... running doctests in nononetypecheck ...
Doctest: nononetypecheck ... ok
compiling (cpp) and running nononetypecheck ... running doctests in nononetypecheck ...
Doctest: nononetypecheck ... ok
compiling (c) and running notinop ... running doctests in notinop ...
Doctest: notinop ... ok
compiling (cpp) and running notinop ... running doctests in notinop ...
Doctest: notinop ... ok
compiling (c) and running numpy_test ... /usr/include/python2.5/numpy/__multiarray_api.h:959: warning: ‘_import_array’ defined but not used
running doctests in numpy_test ...
Doctest: numpy_test ... ok
compiling (cpp) and running numpy_test ... /usr/include/python2.5/numpy/__multiarray_api.h:958: warning: ‘int _import_array()’ defined but not used
running doctests in numpy_test ...
Doctest: numpy_test ... ok
compiling (c) and running or ... running doctests in or ...
Doctest: or ... ok
compiling (cpp) and running or ... running doctests in or ...
Doctest: or ... ok
compiling (c) and running pass ... running doctests in pass ...
Doctest: pass ... ok
compiling (cpp) and running pass ... running doctests in pass ...
Doctest: pass ... ok
compiling (c) and running pinard5 ... running doctests in pinard5 ...
Doctest: pinard5 ... ok
compiling (cpp) and running pinard5 ... running doctests in pinard5 ...
Doctest: pinard5 ... ok
compiling (c) and running pinard6 ... running doctests in pinard6 ...
Doctest: pinard6 ... ok
compiling (cpp) and running pinard6 ... running doctests in pinard6 ...
Doctest: pinard6 ... ok
compiling (c) and running pinard7 ... running doctests in pinard7 ...
Doctest: pinard7 ... ok
compiling (cpp) and running pinard7 ... running doctests in pinard7 ...
Doctest: pinard7 ... ok
compiling (c) and running pinard8 ... running doctests in pinard8 ...
Doctest: pinard8 ... ok
compiling (cpp) and running pinard8 ... running doctests in pinard8 ...
Doctest: pinard8 ... ok
compiling (c) and running powop ... running doctests in powop ...
Doctest: powop ... ok
compiling (cpp) and running powop ... running doctests in powop ...
Doctest: powop ... ok
compiling (c) and running print ... running doctests in print ...
Doctest: print ... ok
compiling (cpp) and running print ... running doctests in print ...
Doctest: print ... ok
compiling (c) and running pure ... pure.c: In function ‘__pyx_pf_4pure_test_declare’:
pure.c:555: warning: statement with no effect
running doctests in pure ...
Doctest: pure ... ok
compiling (cpp) and running pure ... pure.cpp: In function ‘PyObject* __pyx_pf_4pure_test_sizeof(PyObject*, PyObject*)’:
pure.cpp:352: warning: comparison between signed and unsigned integer expressions
pure.cpp:362: warning: comparison between signed and unsigned integer expressions
pure.cpp: In function ‘PyObject* __pyx_pf_4pure_test_declare(PyObject*, PyObject*)’:
pure.cpp:555: warning: statement has no effect
running doctests in pure ...
Doctest: pure ... ok
compiling (c) and running pycmp ... running doctests in pycmp ...
Doctest: pycmp ... ok
compiling (cpp) and running pycmp ... running doctests in pycmp ...
Doctest: pycmp ... ok
compiling (c) and running pyextattrref ... running doctests in pyextattrref ...
Doctest: pyextattrref ... ok
compiling (cpp) and running pyextattrref ... running doctests in pyextattrref ...
Doctest: pyextattrref ... ok
compiling (c) and running pyintop ... running doctests in pyintop ...
Doctest: pyintop ... ok
compiling (cpp) and running pyintop ... running doctests in pyintop ...
Doctest: pyintop ... ok
compiling (c) and running pylistsubtype ... running doctests in pylistsubtype ...
Doctest: pylistsubtype ... ok
compiling (cpp) and running pylistsubtype ... running doctests in pylistsubtype ...
Doctest: pylistsubtype ... ok
compiling (c) and running pynumop ... running doctests in pynumop ...
Doctest: pynumop ... ok
compiling (cpp) and running pynumop ... running doctests in pynumop ...
Doctest: pynumop ... ok
compiling (c) and running r_addint ... running doctests in r_addint ...
Doctest: r_addint ... ok
compiling (cpp) and running r_addint ... running doctests in r_addint ...
Doctest: r_addint ... ok
compiling (c) and running r_argdefault ... running doctests in r_argdefault ...
Doctest: r_argdefault ... ok
compiling (cpp) and running r_argdefault ... running doctests in r_argdefault ...
Doctest: r_argdefault ... ok
compiling (c) and running r_barbieri1 ... running doctests in r_barbieri1 ...
Doctest: r_barbieri1 ... ok
compiling (cpp) and running r_barbieri1 ... running doctests in r_barbieri1 ...
Doctest: r_barbieri1 ... ok
compiling (c) and running r_bishop3 ... running doctests in r_bishop3 ...
Doctest: r_bishop3 ... ok
compiling (cpp) and running r_bishop3 ... running doctests in r_bishop3 ...
Doctest: r_bishop3 ... ok
compiling (c) and running r_bowden1 ... running doctests in r_bowden1 ...
Doctest: r_bowden1 ... ok
compiling (cpp) and running r_bowden1 ... running doctests in r_bowden1 ...
Doctest: r_bowden1 ... ok
compiling (c) and running r_delgado_1 ... running doctests in r_delgado_1 ...
Doctest: r_delgado_1 ... ok
compiling (cpp) and running r_delgado_1 ... running doctests in r_delgado_1 ...
Doctest: r_delgado_1 ... ok
compiling (c) and running r_docstrings ... running doctests in r_docstrings ...
Doctest: r_docstrings.__test__.test_docstrings ... ok
compiling (cpp) and running r_docstrings ... running doctests in r_docstrings ...
Doctest: r_docstrings.__test__.test_docstrings ... ok
compiling (c) and running r_extcomplex2 ... running doctests in r_extcomplex2 ...
Doctest: r_extcomplex2 ... ok
compiling (cpp) and running r_extcomplex2 ... running doctests in r_extcomplex2 ...
Doctest: r_extcomplex2 ... ok
compiling (c) and running r_extstarargs ... running doctests in r_extstarargs ...
Doctest: r_extstarargs ... ok
compiling (cpp) and running r_extstarargs ... running doctests in r_extstarargs ...
Doctest: r_extstarargs ... ok
compiling (c) and running r_forloop ... running doctests in r_forloop ...
Doctest: r_forloop ... ok
compiling (cpp) and running r_forloop ... running doctests in r_forloop ...
Doctest: r_forloop ... ok
compiling (c) and running r_hordijk1 ... running doctests in r_hordijk1 ...
Doctest: r_hordijk1 ... ok
compiling (cpp) and running r_hordijk1 ... running doctests in r_hordijk1 ...
Doctest: r_hordijk1 ... ok
compiling (c) and running r_huss3 ... running doctests in r_huss3 ...
Doctest: r_huss3 ... ok
compiling (cpp) and running r_huss3 ... running doctests in r_huss3 ...
Doctest: r_huss3 ... ok
compiling (c) and running r_jeff_epler_1 ... running doctests in r_jeff_epler_1 ...
Doctest: r_jeff_epler_1 ... ok
compiling (cpp) and running r_jeff_epler_1 ... running doctests in r_jeff_epler_1 ...
Doctest: r_jeff_epler_1 ... ok
compiling (c) and running r_jiba1 ... running doctests in r_jiba1 ...
Doctest: r_jiba1 ... ok
compiling (cpp) and running r_jiba1 ... running doctests in r_jiba1 ...
Doctest: r_jiba1 ... ok
compiling (c) and running r_lepage_3 ... running doctests in r_lepage_3 ...
Doctest: r_lepage_3 ... ok
compiling (cpp) and running r_lepage_3 ... running doctests in r_lepage_3 ...
Doctest: r_lepage_3 ... ok
compiling (c) and running r_mang1 ... running doctests in r_mang1 ...
Doctest: r_mang1 ... ok
compiling (cpp) and running r_mang1 ... running doctests in r_mang1 ...
Doctest: r_mang1 ... ok
compiling (c) and running r_mcintyre1 ... running doctests in r_mcintyre1 ...
Doctest: r_mcintyre1 ... ok
compiling (cpp) and running r_mcintyre1 ... running doctests in r_mcintyre1 ...
Doctest: r_mcintyre1 ... ok
compiling (c) and running r_mitch_chapman_2 ... running doctests in r_mitch_chapman_2 ...
Doctest: r_mitch_chapman_2 ... ok
compiling (cpp) and running r_mitch_chapman_2 ... running doctests in r_mitch_chapman_2 ...
Doctest: r_mitch_chapman_2 ... ok
compiling (c) and running r_primes ... running doctests in r_primes ...
Doctest: r_primes ... ok
compiling (cpp) and running r_primes ... running doctests in r_primes ...
Doctest: r_primes ... ok
compiling (c) and running r_print ... running doctests in r_print ...
Doctest: r_print ... ok
compiling (cpp) and running r_print ... running doctests in r_print ...
Doctest: r_print ... ok
compiling (c) and running r_pyclass ... running doctests in r_pyclass ...
Doctest: r_pyclass ... ok
compiling (cpp) and running r_pyclass ... running doctests in r_pyclass ...
Doctest: r_pyclass ... ok
compiling (c) and running r_pyclassdefault ... running doctests in r_pyclassdefault ...
Doctest: r_pyclassdefault ... ok
compiling (cpp) and running r_pyclassdefault ... running doctests in r_pyclassdefault ...
Doctest: r_pyclassdefault ... ok
compiling (c) and running r_pythonapi ... running doctests in r_pythonapi ...
Doctest: r_pythonapi ... ok
compiling (cpp) and running r_pythonapi ... running doctests in r_pythonapi ...
Doctest: r_pythonapi ... ok
compiling (c) and running r_spamtype ... running doctests in r_spamtype ...
Doctest: r_spamtype ... ok
compiling (cpp) and running r_spamtype ... running doctests in r_spamtype ...
Doctest: r_spamtype ... ok
compiling (c) and running r_starargcall ... running doctests in r_starargcall ...
Doctest: r_starargcall ... ok
compiling (cpp) and running r_starargcall ... running doctests in r_starargcall ...
Doctest: r_starargcall ... ok
compiling (c) and running r_starargs ... running doctests in r_starargs ...
Doctest: r_starargs ... ok
compiling (cpp) and running r_starargs ... running doctests in r_starargs ...
Doctest: r_starargs ... ok
compiling (c) and running r_starargsonly ... running doctests in r_starargsonly ...
Doctest: r_starargsonly ... ok
compiling (cpp) and running r_starargsonly ... running doctests in r_starargsonly ...
Doctest: r_starargsonly ... ok
compiling (c) and running r_toofewargs ... running doctests in r_toofewargs ...
Doctest: r_toofewargs ... ok
compiling (cpp) and running r_toofewargs ... running doctests in r_toofewargs ...
Doctest: r_toofewargs ... ok
compiling (c) and running r_typecast ... running doctests in r_typecast ...
Doctest: r_typecast ... ok
compiling (cpp) and running r_typecast ... running doctests in r_typecast ...
Doctest: r_typecast ... ok
compiling (c) and running r_uintindex ... running doctests in r_uintindex ...
Doctest: r_uintindex ... ok
compiling (cpp) and running r_uintindex ... running doctests in r_uintindex ...
Doctest: r_uintindex ... ok
compiling (c) and running r_vree_1 ... running doctests in r_vree_1 ...
Doctest: r_vree_1 ... ok
compiling (cpp) and running r_vree_1 ... running doctests in r_vree_1 ...
Doctest: r_vree_1 ... ok
compiling (c) and running ref2local ... running doctests in ref2local ...
Doctest: ref2local ... ok
compiling (cpp) and running ref2local ... running doctests in ref2local ...
Doctest: ref2local ... ok
compiling (c) and running return ... running doctests in return ...
Doctest: return ... ok
compiling (cpp) and running return ... running doctests in return ...
Doctest: return ... ok
compiling (c) and running returnparassign ... running doctests in returnparassign ...
Doctest: returnparassign ... ok
compiling (cpp) and running returnparassign ... running doctests in returnparassign ...
Doctest: returnparassign ... ok
compiling (c) and running rodriguez_1 ... running doctests in rodriguez_1 ...
Doctest: rodriguez_1 ... ok
compiling (cpp) and running rodriguez_1 ... running doctests in rodriguez_1 ...
Doctest: rodriguez_1 ... ok
compiling (c) and running set ... running doctests in set ...
Doctest: set ... ok
compiling (cpp) and running set ... running doctests in set ...
Doctest: set ... ok
compiling (c) and running setcomp ... running doctests in setcomp ...
Doctest: setcomp ... ok
compiling (cpp) and running setcomp ... running doctests in setcomp ...
Doctest: setcomp ... ok
compiling (c) and running simpcall ... running doctests in simpcall ...
Doctest: simpcall ... ok
compiling (cpp) and running simpcall ... running doctests in simpcall ...
Doctest: simpcall ... ok
compiling (c) and running sizeof ... running doctests in sizeof ...
Doctest: sizeof ... ok
compiling (cpp) and running sizeof ... running doctests in sizeof ...
Doctest: sizeof ... ok
compiling (c) and running slice2 ... running doctests in slice2 ...
Doctest: slice2 ... ok
compiling (cpp) and running slice2 ... running doctests in slice2 ...
Doctest: slice2 ... ok
compiling (c) and running slice3 ... running doctests in slice3 ...
Doctest: slice3 ... ok
compiling (cpp) and running slice3 ... running doctests in slice3 ...
Doctest: slice3 ... ok
compiling (c) and running slice_charptr ... running doctests in slice_charptr ...
Doctest: slice_charptr ... ok
compiling (cpp) and running slice_charptr ... running doctests in slice_charptr ...
Doctest: slice_charptr ... ok
compiling (c) and running specialfloat ... running doctests in specialfloat ...
Doctest: specialfloat ... ok
compiling (cpp) and running specialfloat ... running doctests in specialfloat ...
Doctest: specialfloat ... ok
compiling (c) and running starargs ... running doctests in starargs ...
Doctest: starargs ... ok
compiling (cpp) and running starargs ... running doctests in starargs ...
Doctest: starargs ... ok
compiling (c) and running staticmethod ... running doctests in staticmethod ...
Doctest: staticmethod ... ok
compiling (cpp) and running staticmethod ... running doctests in staticmethod ...
Doctest: staticmethod ... ok
compiling (c) and running strconstinclass ... running doctests in strconstinclass ...
Doctest: strconstinclass ... ok
compiling (cpp) and running strconstinclass ... running doctests in strconstinclass ...
Doctest: strconstinclass ... ok
compiling (c) and running strescapes ... running doctests in strescapes ...
Doctest: strescapes ... ok
compiling (cpp) and running strescapes ... running doctests in strescapes ...
Doctest: strescapes ... ok
compiling (c) and running strfunction ... running doctests in strfunction ...
Doctest: strfunction ... ok
compiling (cpp) and running strfunction ... running doctests in strfunction ...
Doctest: strfunction ... ok
compiling (c) and running strliterals ... running doctests in strliterals ...
Doctest: strliterals ... ok
compiling (cpp) and running strliterals ... running doctests in strliterals ...
Doctest: strliterals ... ok
compiling (c) and running struct_conversion ... running doctests in struct_conversion ...
Doctest: struct_conversion ... ok
compiling (cpp) and running struct_conversion ... running doctests in struct_conversion ...
Doctest: struct_conversion ... ok
compiling (c) and running subclasses ... running doctests in subclasses ...
Doctest: subclasses ... ok
compiling (cpp) and running subclasses ... running doctests in subclasses ...
Doctest: subclasses ... ok
compiling (c) and running subop ... running doctests in subop ...
Doctest: subop ... ok
compiling (cpp) and running subop ... running doctests in subop ...
Doctest: subop ... ok
compiling (c) and running switch ... running doctests in switch ...
Doctest: switch ... ok
compiling (cpp) and running switch ... running doctests in switch ...
Doctest: switch ... ok
compiling (c) and running tandemstats ... running doctests in tandemstats ...
Doctest: tandemstats ... ok
compiling (cpp) and running tandemstats ... running doctests in tandemstats ...
Doctest: tandemstats ... ok
compiling (c) and running temps_corner1 ... running doctests in temps_corner1 ...
Doctest: temps_corner1 ... ok
compiling (cpp) and running temps_corner1 ... running doctests in temps_corner1 ...
Doctest: temps_corner1 ... ok
compiling (c) and running ticket_123 ... running doctests in ticket_123 ...
Doctest: ticket_123 ... ok
compiling (cpp) and running ticket_123 ... running doctests in ticket_123 ...
Doctest: ticket_123 ... ok
compiling (c) and running ticket_124 ... running doctests in ticket_124 ...
Doctest: ticket_124 ... ok
compiling (cpp) and running ticket_124 ... running doctests in ticket_124 ...
Doctest: ticket_124 ... ok
compiling (c) and running tryfinally ... tryfinally.c: In function ‘__pyx_pf_10tryfinally_try_return_temp’:
tryfinally.c:436: warning: ‘__pyx_r’ may be used uninitialized in this function
running doctests in tryfinally ...
Doctest: tryfinally ... ok
compiling (cpp) and running tryfinally ... tryfinally.cpp: In function ‘PyObject* __pyx_pf_10tryfinally_try_return_temp(PyObject*, PyObject*)’:
tryfinally.cpp:436: warning: ‘__pyx_r’ may be used uninitialized in this function
running doctests in tryfinally ...
Doctest: tryfinally ... ok
compiling (c) and running tuple ... running doctests in tuple ...
Doctest: tuple ... ok
compiling (cpp) and running tuple ... running doctests in tuple ...
Doctest: tuple ... ok
compiling (c) and running tupleassign ... running doctests in tupleassign ...
Doctest: tupleassign ... ok
compiling (cpp) and running tupleassign ... running doctests in tupleassign ...
Doctest: tupleassign ... ok
compiling (c) and running tuplereassign ... running doctests in tuplereassign ...
Doctest: tuplereassign ... ok
compiling (cpp) and running tuplereassign ... running doctests in tuplereassign ...
Doctest: tuplereassign ... ok
compiling (c) and running unicodefunction ... running doctests in unicodefunction ...
Doctest: unicodefunction ... ok
compiling (cpp) and running unicodefunction ... running doctests in unicodefunction ...
Doctest: unicodefunction ... ok
compiling (c) and running unicodeliterals ... running doctests in unicodeliterals ...
Doctest: unicodeliterals ... ok
compiling (cpp) and running unicodeliterals ... running doctests in unicodeliterals ...
Doctest: unicodeliterals ... ok
compiling (c) and running unicodeliteralsdefault ... running doctests in unicodeliteralsdefault ...
Doctest: unicodeliteralsdefault ... ok
compiling (cpp) and running unicodeliteralsdefault ... running doctests in unicodeliteralsdefault ...
Doctest: unicodeliteralsdefault ... ok
compiling (c) and running unicodeliteralslatin1 ... running doctests in unicodeliteralslatin1 ...
Doctest: unicodeliteralslatin1 ... ok
compiling (cpp) and running unicodeliteralslatin1 ... running doctests in unicodeliteralslatin1 ...
Doctest: unicodeliteralslatin1 ... ok
compiling (c) and running unop ... running doctests in unop ...
Doctest: unop ... ok
compiling (cpp) and running unop ... running doctests in unop ...
Doctest: unop ... ok
compiling (c) and running unpack ... running doctests in unpack ...
Doctest: unpack ... ok
compiling (cpp) and running unpack ... running doctests in unpack ...
Doctest: unpack ... ok
compiling (c) and running unpacklistcomp ... running doctests in unpacklistcomp ...
Doctest: unpacklistcomp ... ok
compiling (cpp) and running unpacklistcomp ... running doctests in unpacklistcomp ...
Doctest: unpacklistcomp ... ok
compiling (c) and running unsigned ... running doctests in unsigned ...
Doctest: unsigned ... ok
compiling (cpp) and running unsigned ... running doctests in unsigned ...
Doctest: unsigned ... ok
compiling (c) and running varargcall ... running doctests in varargcall ...
Doctest: varargcall ... ok
compiling (cpp) and running varargcall ... running doctests in varargcall ...
Doctest: varargcall ... ok
compiling (c) and running varargdecl ... running doctests in varargdecl ...
Doctest: varargdecl ... ok
compiling (cpp) and running varargdecl ... running doctests in varargdecl ...
Doctest: varargdecl ... ok
compiling (c) and running watts1 ... running doctests in watts1 ...
Doctest: watts1 ... ok
compiling (cpp) and running watts1 ... running doctests in watts1 ...
Doctest: watts1 ... ok
compiling (c) and running withnogil ... running doctests in withnogil ...
Doctest: withnogil ... ok
compiling (cpp) and running withnogil ... running doctests in withnogil ...
Doctest: withnogil ... ok
compiling (c) and running withstat ... running doctests in withstat ...
Doctest: withstat ... ok
compiling (cpp) and running withstat ... running doctests in withstat ...
Doctest: withstat ... ok
compiling (c) and running wundram1 ... running doctests in wundram1 ...
Doctest: wundram1 ... ok
compiling (cpp) and running wundram1 ... running doctests in wundram1 ...
Doctest: wundram1 ... ok
======================================================================
FAIL: Doctest: charencoding
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 2128, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for charencoding
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/c/charencoding.so", line 100, in charencoding
----------------------------------------------------------------------
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/c/charencoding.so", line 102, in charencoding
Failed example:
expected = b''.join([chr(i) for i in range(0x10,0xFF,0x11)] + [chr(0xFF)])
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 1228, in __run
compileflags, 1) in test.globs
File "<doctest charencoding[0]>", line 1
expected = b''.join([chr(i) for i in range(0x10,0xFF,0x11)] + [chr(0xFF)])
^
SyntaxError: invalid syntax
----------------------------------------------------------------------
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/c/charencoding.so", line 105, in charencoding
Failed example:
assert s == expected, repr(s)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 1228, in __run
compileflags, 1) in test.globs
File "<doctest charencoding[2]>", line 1, in <module>
assert s == expected, repr(s)
NameError: name 'expected' is not defined
----------------------------------------------------------------------
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/c/charencoding.so", line 108, in charencoding
Failed example:
assert s == expected, repr(s)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 1228, in __run
compileflags, 1) in test.globs
File "<doctest charencoding[4]>", line 1, in <module>
assert s == expected, repr(s)
NameError: name 'expected' is not defined
======================================================================
FAIL: Doctest: charencoding
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 2128, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for charencoding
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/cpp/charencoding.so", line 104, in charencoding
----------------------------------------------------------------------
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/cpp/charencoding.so", line 106, in charencoding
Failed example:
expected = b''.join([chr(i) for i in range(0x10,0xFF,0x11)] + [chr(0xFF)])
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 1228, in __run
compileflags, 1) in test.globs
File "<doctest charencoding[0]>", line 1
expected = b''.join([chr(i) for i in range(0x10,0xFF,0x11)] + [chr(0xFF)])
^
SyntaxError: invalid syntax
----------------------------------------------------------------------
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/cpp/charencoding.so", line 109, in charencoding
Failed example:
assert s == expected, repr(s)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 1228, in __run
compileflags, 1) in test.globs
File "<doctest charencoding[2]>", line 1, in <module>
assert s == expected, repr(s)
NameError: name 'expected' is not defined
----------------------------------------------------------------------
File "/home/kirr/src/tools/cython/tmp/cython-devel/BUILD/run/cpp/charencoding.so", line 112, in charencoding
Failed example:
assert s == expected, repr(s)
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.5/doctest.py", line 1228, in __run
compileflags, 1) in test.globs
File "<doctest charencoding[4]>", line 1, in <module>
assert s == expected, repr(s)
NameError: name 'expected' is not defined
----------------------------------------------------------------------
Ran 1372 tests in 270.898s
FAILED (failures=2)
--- 8< ---
Thanks,
Kirill
More information about the Cython-dev
mailing list