Cython has moved to github.

cython-devel

view tests/bugs.txt @ 2744:25af3c07d7c3

minor refactoring; fix handling first argument in classmethods; fix ticket #462: allow method(*args) in cdef classes
author Stefan Behnel <scoder@users.berlios.de>
date Sat Dec 05 23:39:57 2009 +0100 (2 years ago)
parents 6ab740905f96
children ba452fe2da81
line source
1 # This file contains tests corresponding to unresolved bugs,
2 # which will be skipped in the normal testing run.
4 methodmangling_T5
5 class_attribute_init_values_T18
6 numpy_ValueError_T172
7 unsignedbehaviour_T184
8 missing_baseclass_in_predecl_T262
9 cfunc_call_tuple_args_T408