Cython has moved to github.

cython-devel

view tests/compile/globvardef.pyx @ 1241:b23f31007194

fix the declaration/initilization/cleanup of module global cdef Python objects
author Lisandro Dalcin <dalcinl@gmail.com>
date Thu Oct 16 20:26:34 2008 -0300 (3 years ago)
parents 612957ef6e8f
children
line source
1 cdef int a_global_int
2 cdef a_global_pyobject
4 a_global_int = 0
5 a_global_pyobject = None
7 cdef object unused