fix for #59: compiler crash when special signatures where declared with cdef
authorStefan Behnel <scoder@users.berlios.de>
Fri, 5 Sep 2008 10:08:42 +0000 (12:08 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 5 Sep 2008 10:08:42 +0000 (12:08 +0200)
commit90a46cc8944e41a05d18129c8fde4fd6542efc5e
treee1a524f9c19451b9dddfdbce9173245a98909d87
parent1daed6c3fbb7f9dce713f27c63e47743d3885b29
fix for #59: compiler crash when special signatures where declared with cdef
Cython/Compiler/ModuleNode.py
tests/errors/cdefspecial.pyx [new file with mode: 0644]