Cython has moved to github.

cython-devel

view tests/errors/buffertypedef_T117.pyx @ 1657:c2644f9a212d

Fix #117
author Dag Sverre Seljebotn <dagss@student.matnat.uio.no>
date Mon Jan 26 18:12:56 2009 +0100 (3 years ago)
parents
children
line source
1 ctypedef object[float] mybuffer
3 _ERRORS = u"""
4 1:23: Syntax error in ctypedef statement
5 """