Cython has moved to github.

cython-devel

view tests/compile/bad_c_struct_T252.pyx @ 1906:e4ca38a675cb

FIx #252, bad C struct identifiers
author Robert Bradshaw <robertwb@math.washington.edu>
date Wed Mar 25 22:33:50 2009 -0700 (3 years ago)
parents
children 2db7bd0dc99d
line source
1 cdef f(void=None):
2 pass
4 cdef struct foo:
5 int void
7 cdef class Foo:
8 cdef int void