Cython has moved to github.

cython

view tests/compile/extimportedsubtype.pyx @ 724:4e4808271bdf

Bump version number.
author Robert Bradshaw <robertwb@math.washington.edu>
date Thu Jun 12 16:53:51 2008 -0700 (3 years ago)
parents
children 624d0463d407
line source
1 from crunchytype cimport Crunchy
3 cdef class Sub2(Crunchy):
4 cdef char character
6 cdef class Sub1(Sub2):
7 cdef char character