Cython has moved to github.

cython

view tests/compile/globvardef.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 b23f31007194
line source
1 cdef int a_global_int
2 cdef a_global_pyobject
4 a_global_int = 0
5 a_global_pyobject = None